Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
fix lint errors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode committed May 3, 2018
1 parent 86c6c0b commit 8d67a94
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Install Docker (stable channel):

There is some weird Docker DNS stuff that made things slow. This magic spell fixes it if placed in your `/etc/hosts` file:

```
```txt
# DOCKER MAGIC, see: https://github.com/docker/compose/issues/3419#issuecomment-221793401
127.0.0.1 localunixsocket.local
127.0.0.1 localunixsocket.localdomain
Expand All @@ -24,15 +24,15 @@ There is some weird Docker DNS stuff that made things slow. This magic spell fix
From your host machine:

```bash
$ bin/reset-database # create a Docker volume for database storage; ignore the error
$ bin/shell # start the containers and drop you into a bash shell
bin/reset-database # create a Docker volume for database storage; ignore the error
bin/shell # start the containers and drop you into a bash shell
```

From within the shell opened above:

```bash
$ yarn run db-migrate up # execute database migrations
$ bin/start # use PM2 to start up the various apps
yarn run db-migrate up # execute database migrations
bin/start # use PM2 to start up the various apps
```

Now try accessing the below in your host's web browser:
Expand All @@ -45,12 +45,10 @@ Also take a look at the various PM2 commands (in particular, `pm2 logs <app_name

[http://pm2.keymetrics.io/docs/usage/quick-start/#cheat-sheet](http://pm2.keymetrics.io/docs/usage/quick-start/#cheat-sheet)


## License

[MIT License](/LICENSE)


## Author

[Troy Goode](https://github.com/TroyGoode) ([troygoode@gmail.com](mailto:troygoode@gmail.com))

0 comments on commit 8d67a94

Please sign in to comment.