Deployment - fablaboulu/Fab-Lab-Scheduler GitHub Wiki
At the moment there is no automated installation script, but the deployment should still be fairly simple. The whole process can be done in a few steps.
- Clone the service
- Import default database dump to your MySQL server.
- Configure
- application/config/config.php. You should set at least your base url.
- application/config/databese.php. Set up your database credentials/settings.
- application/config/email.php. Set up your email credentials/settings.
- index.php. You might want to change to production environment.
- If everything goes fine, you should be able to login with default admin (email: [email protected], pass: admin). You should remove the default account once you have setup your own.