In this chapter, we'll explain how to install the demo application.

Important
To install the deployment application, see Server installation. This advanced document is intended for administrators.

  1. Download Ametys
    1. Windows installation package
    2. Linux installation package
    3. Mac installation package
    4. Multi-platform package
  2. Step-by-step installation
    1. 1. Choose your language
    2. 2. Step 1 of 9: Installation presents you with a welcome page, click Next
    3. 3. Step 2 of 9: The following information is displayed, click Next
    4. 4. Step 3 of 9: You must read and accept the terms of the license agreement, then click Next.
    5. 5. Step 4 of 9: Enter the installation path, for example: C:\utils\Ametys then click Next
    6. 6. Step 5 of 9: Select the packages to be installed (keep the default selection), then click Next
    7. 7. Step 6 of 9: Summary of configuration data, then click Next
    8. 8. Step 7 of 9: Installation progress, then click Next
    9. 9. Step 8 of 9: Configure shortcuts, then click Next
    10. 10. Step 9 of 9: End of installation
  3. Application startup
  4. Stop application
  5. Uninstall Ametys
    1. Windows
    2. Linux

 

Download Ametys

To download the latest version ofAmetys, go to the application download page on the Ametys Community website. Several types of installation are available.

Windows installation package

Download the .exe file to your hard disk. Double-click on the downloaded file to start installation. 

Linux installation package

Download the .sh file to your hard disk. Add execution rights with the command :

chmod u+x ametys-3.4.X.sh

Next, run the :

./ametys-3.4.X.sh

Mac installation package

Check that Java is correctly installed on your Mac.

 Download the .jar file to your hard disk. Double-click on the downloaded file to start installation. Follow the step-by-step installation instructions below.

Once the application has been installed, open the installation directory Ametys , usually located in the Applications folder.

Right-click on the start.sh file

Open the file with Terminal

A command window is launched, and when the message "Started SelectChannelConnector@0.0.0.0:8080" is displayed, this means that your Ametys demo server has been launched, so the application has been started and you're ready to take your first steps.

Multi-platform package

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

In a console, run the command

java -jar ametys -3.4.X.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 Java.

1. Choose your language

The demo version ofAmetys is available 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:\utils\Ametys 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 install CMS 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 on the shortcut located on your desktop or in your menu.

Double-click to open a help web page and console. This is your Ametys demo server. 

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).

You are now ready to take your first steps into the world of Ametys.

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 Ametys

Windows

To uninstall the application under Windows, open the Control Panel, open the Uninstall a program panel, select Ametys 4 .0.x 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ù Ametys est installé   
cd /path/to/ametys   
# Exéctuer le fichier JAR de désinstallation   
java -jar Uninstaller/uninstaller.jar   

Wait a few moments... a pop-up window will open, allowing you to launch the uninstall process. Click on the Uninstall button (depending on the language you chose during installation).

 

Back to top