From a3a828951afbb7a8233cd2a4632aba701c030b4e Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Fri, 21 Nov 2014 14:13:57 -0200 Subject: Revert "Hacknight exclusive commits" This reverts commit d935b7f0af4f7906090c6637fd36126bee0934f0. --- Vagrantfile | 4 ++-- provisioning/README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 999d390f..66fada32 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "PixelatedUserAgent" + config.vm.box = "ubuntu/trusty64" # The url from where the 'config.vm.box' box will be fetched if it # doesn't already exist on the user's system. @@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # accessing "localhost:8080" will access port 80 on the guest machine. config.vm.network :forwarded_port, guest: 3333, host: 3333 - #config.vm.provision :shell, path: "provisioning/provision.sh" + config.vm.provision :shell, path: "provisioning/provision.sh" # Create a private network, which allows host-only access to the machine # using a specific IP. # config.vm.network :private_network, ip: "192.168.33.10" diff --git a/provisioning/README.md b/provisioning/README.md index ec75f787..46acbf0b 100644 --- a/provisioning/README.md +++ b/provisioning/README.md @@ -14,7 +14,6 @@ Activate virtualenv and run Pixelated server ```sh $ cd /vagrant/service $ source .virtualenv/bin/activate -$ pixelated-user-agent --register example.wazokazi.is $ pixelated-user-agent --host 0.0.0.0 ``` -- cgit v1.2.3