Skip to content

4.0. Installation & setup

John edited this page Apr 17, 2019 · 1 revision
  • Unzip contents to your installation directory
  • Create your MySQL database
  • run composer install --no-dev . Note: remove --no-dev if installing on development server.
  • Rename .env.example to .env and file to include database connection, mailer, and default account
  • Important! Enter your default admin login email and password
  • run php artisan migrate --seed
  • run php artisan key:generate
  • run php artisan storage:link
  • If on development server, run php artisan serve to load your application at http://localhost:8000.
  • Login using default email and password.
  • Navigate to /roles . Create new roles and assign permissions as needed.
  • If on production server, set your environment variable APP_ENV=production
Clone this wiki locally