Wiki

Clone wiki

suitcms / Installation

Back To Home

Installation

  1. Clone this repository (git clone git@bitbucket.org:suitmedia/suitcms.git --depth 1)
  2. Create dan configure .env file based on .env.example. (Read Section Configuration)
  3. Run composer install in the root project to install all dependencies including develeopment requirement.
  4. Run php artisan key:generate in the root project to generate new Key for new Application.
  5. Run php artisan migrate in the root project to migrate main suitcms database.
  6. Create username and password for admin php artisan user:new-admin [your username] [your email] [your password]
  7. Try login in with url /secret/login
  8. Done!

Next: Configuration

Updated