Installing the demo version


About us

Target audience

This manual has been written for people who wish to install a demo version or test the Training Package.

Comments

If you need help installing Offering Training V2, don't hesitate to ask for help on the forums. You can also contribute to improving this documentation by adding your comments.

Introduction

https://www.ametys.org/campus/en/telecharger/ametys-odf.html. On the website, you can download a demo version of the Training Offer, with several types of installation available.

Windows installation package

After downloading the file ametys-odf-2.0.0.exe to your hard disk, run it by double-clicking on it.

Linux installation package

After downloading the file ametys-odf-2.0.0.sh to your hard disk, add execution rights with the command :

chmod u+x ametys-odf-2.0.0.sh 

Then run it:

./ametys-odf-2.0.0.sh 

Package to be launched manually on a computer with Java

Check that Java is installed on your computer and that the environment variables are correctly set in the PATH (see this guide for more information).

In a console, run the command :

java -jar ametys-odf.jar 

Step-by-step installation

If the installation process does not detect Java then it will ask you to specify it or download it automatically. We recommend that you download the latest version of the runtime environment Java from the Oracle website.

1. Choose your language

This demo version ofODF v2 offers an installation version in English and French.

Select your preferred language from the list:

2. Step 1 of 9: Installation presents you with a welcome page, click Next

3. Step 2 of 9: The following information is displayed, click Next


4. Step 3 of 9: You must read and accept the terms of the license agreement, then click Next.

5. Step 4 of 9: Enter the installation path, for example: C:\Ametys-ODF then click Next

6. Step 5 of 9: Select the packages to be installed (keep the default selection), then click Next

7. Step 6 of 9: Summary of configuration data, then click Next

8. Step 7 of 9: Installation progress, then click Next

9. Step 8 of 9: Configure shortcuts, then click Next

Please note that in a Windows environment, if you installODF with a non-administrator user and select "current user", the shortcuts will be positioned on the administrator's desktop or menus, which is obviously not what you wanted.
To get around this problem, you can check the "all users" box.

10. Step 9 of 9: End of installation

Application startup

Start the application by double-clicking the shortcut on the desktop or in the menu.

11. A console and a help page are displayed

When the message"Started SelectChannelConnector@0.0.0.0:8080" is displayed, this means that the application has been started (port 8080 must be free).

In the browser, enterURL: http: //localhost:8080/odf to connect toODF or http://localhost:8080 to view the site.

12. Connection to CMS

Choose a user from the list of default users according to the rights you require:

  1. User with publishing and configuration rights for search engines and home page. Login: publication Password: publication
  2. User with rights to enter training records. Login: enter Password: enter
  3. User with full rights. Login: admin Password: admin

13. Welcome to theAmetys ODF v2 demo

Leave the console open while using the application.

Stop application

To stop the application, press Ctrl + C in the console.

In the Windows console, confirm with O.

In the Linux console, simply press Ctrl + C.

Uninstall

Windows

To uninstall the application under Windows, open the Control Panel, open the Uninstall a program panel, select Ametys ODF 2 .0.0 and click on "Uninstall/Change".

 

Linux

To uninstall the application under Linux, open the console and follow these steps:

# Se rendre dans le répertoire où l'ODF Ametys est installé 
cd /path/to/ametys_odf 
# Exéctuer le fichier JAR de désinstallation 
java -jar Uninstaller/uninstaller.jar 

Wait a few moments... a pop-up window will open to launch the uninstall process. Simply click on the Uninstall button (depending on the language chosen during installation).

 

Back to top