Some icons are used to alert you about additional informations.
"Important", showed by an exclamation mark, alerts you about important informations about the administration area of Ametys Runtime.
"Remark", showed by an i, alerts you about additional informations, for example it gives you others methods to reach your goal.
"Tips", showed by a tick, alerts you about tips to work with more efficiency.
This manual was written for persons who wants to install a demo to test Ametys 3.0.
If you need some help installing CMS V3, do not hesitate to ask mailing-lists users-fr@ametys.org or dev-fr@ametys.org, and to add your comments and informations to this documentation.
On the website www.ametys.org you can download a demo version of Ametys, several installation choices are available to you.
After downloading the file ametys-3.X.X.exe on your hard drive, run it by a double click.
After downloading the file ametys-3.X.X.sh on your hard drive, add execution rights by the command
chmod u+x ametys-3.X.X.sh
Then run it :
./ametys-3.X.X.sh
Check that java is installed on your computer and the environment variable correctly indicated in the path.
In a console, run the command
java -jar ametys-3.X.X.sh
If the installation process does not detect Java then you will be prompted to specify or download it automatically. We recommend you to download the latest version of the Java Runtime Environment from the Sun website.
Ametys for its demonstration v3.0 offers an English version and a French version.
Please select your language from the list.
Please note that on a Windows environment, if you are installing as a non-admin user and if you select "current user", the shortcuts will be set on the admin desktop/menu, which is obviously not what you want.
This is a known limitation of our installer.
As a workaround, you may choose the "all users" option.
Start the application by double clicking on the shortcut that can be found on the desktop or in the menu.
When the message "Started SelectChannelConnector@0.0.0.0:8080" is displayed, that means the application is started.
In the web browser, enter the url : http://localhost:8080 (the port 8080 must be free).
Choose a user among the list of default user depending on the expected rights:
During your use of the application you need to keep the console open.
To stop the application, enter Ctrl + C in the console.
On windows console you must have to confirm by O.
On linux console, shutdown by Ctrl + C.
To uninstall the application under windows, open the control panel "Add or Remove Programs" and select "Ametys V3" and click "Delete".
@TODO uninstaller linux