Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Eggeton committed Oct 28, 2017
1 parent 025d431 commit b5712e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

# skelly
Admin Project Bootstrap

## Installation

`php composer.phar create-project geggleto/skelly [my-app-name]`

## Configuration

1. Copy `config/.env.sample` to `config/.env` and fill in the details
2. Use `composer db` to sync the database schema
3. Create your users, `php cli/newUser.php <email> <password> <firstName> <lastName>`
4. Login and Build!
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"scripts" : {
"gulp": "cd public/assets && npm install && gulp",
"post-install-cmd": "@gulp"
"post-install-cmd": "@gulp",
"db" : "vendor/bin/doctrine orm:schema-tool:update --force"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit b5712e6

Please sign in to comment.