Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
4c66cf43
Commit
4c66cf43
authored
Oct 12, 2014
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding new installation instructions
parent
959def5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
readme.md
readme.md
+7
-13
No files found.
readme.md
View file @
4c66cf43
...
...
@@ -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
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment