- A working version of Docker
Download the release you want. Move the Spatulas.zip archive to where you want it and dezip it.
Then, in that same folder, type in the terminal :
$ docker-compose up -dYour website is now running. You can access it at localhost:80 or the website on any devices if online.
Documentation for users is available at this link .
Documentation for developers is available at this link .
-
The first thing you should do is change the master password set by default at abcd. You can do it in the settings page :
Head to the settings page by going on localhost/spadmin or, if the website is hosted online, on "Your URL"/spadmin, enter the default password, click on the gear icon and change the password. -
Don't forget to clear the user database each time you wish to create a new event ! You can do it in the settings page.
-
If you update the website, you will need to update the database. To do so, you need to clear the database, there is a button for that in the settings page. For now there is now way to keep data when updating the website.