Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 810 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 810 Bytes

HOW TO INSTALL

1st step

Clone this repo onto your server

Create a .env file from the .env.example

OSX / LINUX

$ cp .env.example .env

Windows

$ copy .env.example .env

2nd step

Use composer to install dependencies

$ composer install

3rd step

  • Fill in the .env file. Add or remove things, it's your choice entirely
  • Run the following commands
    $ php yii migrate-user
    $ php yii migrate-rbac
    $ php yii migrate
    

Ignited by