Install from source
Installing from source is the easiest way to install the ramses server on any host, including shared hosting.
- (MySQL only) Create a new base on your SQL server, along with its user and password.
- Un-Zip the Ramses Server you’ve downloaded.
- Edit
config/config.php
with all needed info. - Copy the Ramses Server files to the web server (you can just copy the
ramses
folder from the ZIP archive). - Go to
http://your.server/ramses/install
. - Delete the
install
folder from the server.
The default user for Ramses is Admin
with the password password
. You should start by changing this name and password using the Ramses Client Application.
Warning
It is important to delete the install
folder as soon as the server’s been installed, to prevent anyone to run the install script again.
When the install script is run, it wipes all existing data from the server’s database!