Skip to content

Commit

Permalink
Updating v2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 17, 2017
1 parent f40ae87 commit c4d06af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions v1/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ If you prefer a video to see how the installation process goes, [watch the insta
### Get AsgardCMS

``` .language-bash
composer create-project asgardcms/platform=1.0 your-project-name
composer create-project asgardcms/platform=~1.0 your-project-name
```

### Create a database

### Install your preferred user system

- Sentinel (installed by default)
- Sentinel (installed by default)

More user implementations may be offered later on.

Expand All @@ -60,7 +60,7 @@ This install command will perform the following actions:
You can now login on `/auth/login` with your email and password asked during the install command. After you've logged in you'll be able to access the administration panel on the `/backend` URI.

### Feedback, ideas, etc.
If you have **feedback** to give, **ideas** you would like implemented, by all means share them on the [dedicated uservoice page](http://asgardcms.uservoice.com/). Do not hesitate to share!
If you have **feedback** to give, **ideas** you would like implemented, by all means share them on the [dedicated uservoice page](http://asgardcms.uservoice.com/). Do not hesitate to share!

For **issues/bugs** your having, you can use the Github Issues to post those. All issues are grouped on the [AsgardCms/Platform](https://github.com/AsgardCms/Platform/issues) repository.

Expand Down
2 changes: 1 addition & 1 deletion v2/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ asgardcms new Blog


``` .language-bash
composer create-project asgardcms/platform your-project-name
composer create-project asgardcms/platform=~2.0 your-project-name
```

### Create a database
Expand Down

0 comments on commit c4d06af

Please sign in to comment.