diff options
author | Bruno Wagner Gonçalves <bwgpro@gmail.com> | 2014-11-25 12:09:42 -0200 |
---|---|---|
committer | Bruno Wagner Gonçalves <bwgpro@gmail.com> | 2014-11-25 12:09:42 -0200 |
commit | 939d9eca745973a4f1a8c41bcc2be9f8dbf23a58 (patch) | |
tree | 4aefe191706880350fe11f507fc50c32e84a9656 /provisioning | |
parent | 42229ae94c50c6b6184f47b072c52994cd3083c1 (diff) |
Update README.md
Added vagrant ssh to instructions, because it wasn't clear
Diffstat (limited to 'provisioning')
-rw-r--r-- | provisioning/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/provisioning/README.md b/provisioning/README.md index d29b3380..00d1849d 100644 --- a/provisioning/README.md +++ b/provisioning/README.md @@ -10,8 +10,9 @@ $ vagrant up ``` # Running the server -Activate virtualenv and run Pixelated server: +Enter the vagrant box, activate virtualenv and run Pixelated server: ```sh +$ vagrant ssh $ cd /vagrant/service $ source .virtualenv/bin/activate $ pixelated-user-agent --host 0.0.0.0 |