Fixing sed syntax problem

This commit is contained in:
Rachel Sanders
2015-09-18 15:29:36 -07:00
parent 1a59f89e1a
commit c5a7f69fa4
2 changed files with 8 additions and 4 deletions

View File

@@ -20,6 +20,10 @@ Getting it running
docker run -d -p 9000:9000 -v /path/to/this/repo:/etc/hackpad/src hackpad docker run -d -p 9000:9000 -v /path/to/this/repo:/etc/hackpad/src hackpad
It'll build hackpad and run schema migrations and such. If you want to see what's going on, do:
docker logs -f [container name]
4. Fix networking (one time only). If you're on OS X or Windows, you'll need to set up some port forwarding to have Hackpad work properly. Linux folk can skip this. 4. Fix networking (one time only). If you're on OS X or Windows, you'll need to set up some port forwarding to have Hackpad work properly. Linux folk can skip this.
1. Open VirtualBox 1. Open VirtualBox