Commit 4c66cf43 authored by Nicolas Widart's avatar Nicolas Widart

Adding new installation instructions

parent 959def5a
......@@ -17,22 +17,16 @@ This is the core repository for the CMS. The admin is fully translatable in Engl
composer create-project emulsion/platform your-project-name --prefer-dist --stability=dev
```
### Configure your database settings
Configure your development settings in `config/development`.
### Create .env environment file
Create a `.env` file at the project root. It needs to contain the following key.
### Run the install command
```
APP_ENV=development
```
This install command will perform the following actions:
### Run the install command
- Setup database information
- Running migrations
- Running seeds
- Publishing assets
- Create a first admin account
Run the installation command to run the migrations and seeds. This will as well ask you information to create an admin account.
```
php artisan platform:install
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment