Tweaks and readme update

This commit is contained in:
Marwolf
2018-07-06 20:08:04 -04:00
parent 73d2fbc50a
commit cb31138f1c
2 changed files with 16 additions and 16 deletions

View File

@@ -59,10 +59,10 @@ ___
## Run the application
1. Perform first time setup and start the Docker application:
1. Start the Docker application:
```sh
sudo make first
sudo make start
```
**Please wait this might take a several minutes...**
@@ -71,6 +71,18 @@ ___
sudo make logs # Follow log output
```
2. Clone the git repository:
```sh
sudo make clone
```
3. Import the databases:
```sh
sudo make import
```
2. Open your favorite browser:
* [http://localhost](http://localhost/)
@@ -118,7 +130,7 @@ ___
| Name | Description |
|---------------|-----------------------------------------------|
| first | Perform first time setup and start containers |
| first | Perform first time setup |
| clone | Clone the git repository folders |
| pull | Get the latest git repository updates |
| start | Create and start containers |