summaryrefslogtreecommitdiff
path: root/provisioning
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-02-09 13:39:24 -0200
committerBruno Wagner <bwgpro@gmail.com>2015-02-10 13:06:36 -0200
commit9840548ffc68e68ec1bd3d91e2cdfcbe92a492f4 (patch)
treeb455eba8efaa9f55dd978f8d76696e3d4da86871 /provisioning
parent2b3842485c5f780b9b52d1b5c62b8f4ccc89b1a1 (diff)
Rephrased some things on the README and removed the provision README as its contents are already on the main README now
Diffstat (limited to 'provisioning')
-rw-r--r--provisioning/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/provisioning/README.md b/provisioning/README.md
deleted file mode 100644
index ee6c14ee..00000000
--- a/provisioning/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
- Setup for developers
-=====================
-The following instructions describe how to setup a Vagrant box for development. You need to have Vagrant installed on your system (tested using Vagrant 1.7.1).
-
-# Vagrant setup
-
-Create and provision Vagrant box (from inside the user-agent repository)
-```sh
-$ vagrant up
-```
-
-# Running the 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
-```
-
-After this you will be asked to setup a LEAP provider. Once entering valid LEAP credentials, you should have the server running.
-
-You should now be able to access the web app by accessing http://localhost:3333 in your favourite browser on your host machine.