diff options
Diffstat (limited to 'provisioning')
-rw-r--r-- | provisioning/README.md | 23 |
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. |