From 9840548ffc68e68ec1bd3d91e2cdfcbe92a492f4 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 9 Feb 2015 13:39:24 -0200 Subject: Rephrased some things on the README and removed the provision README as its contents are already on the main README now --- provisioning/README.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 provisioning/README.md (limited to 'provisioning') 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. -- cgit v1.2.3