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.

  1. Clone the service
  2. Import default database dump to your MySQL server.
  3. 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.
  1. 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.