Hi Andy,

'vagrant destroy' then 'vagrant up' should get you a fresh VM; no need to 
delete your local repo.

Sounds like it might be a port forwarding issue (as the server looks to be 
running just fine).  Is it possible that port 8000 is already in use on 
your host system?

Vagrant sets up port forwarding as one of the first steps following 
'vagrant up' -- the output should tell you if it was successfully able to 
forward ports as described in the VagrantFile 
(https://gist.github.com/robgaston/10031103#file-arches_vagrant_setup-log-L44-L49).
 
If port 8000 is occupied, you can modify the VagrantFile to use another 
port on your host system 
(http://docs.vagrantup.com/v2/getting-started/networking.html).

You can verify that the server is returning pages by creating a new ssh 
session into your VM (leave the one running the server up, or else it will 
bring the server down) and using curl or wget to request a page from 
http://0.0.0.0:8000/Arches/index.htm

- Rob


On Friday, May 23, 2014 1:29:17 PM UTC-7, Andy Megalithic wrote:
>
> OK false alarm on the hang, it was just pausing for a very very long time.
>
> The install has completed OK, I get the output below but nothing visible 
> in the web browser at http://localhost:8000/Arches/index.htm
> I'll try again and capture a log of the install
>
> vagrant@precise32:/vagrant$ ./runserver-vagrant.sh
> [2014-05-23 20:22:18,316][WARN ][bootstrap                ] jvm uses the 
> client vm, make sure to run `java` with the server vm for best performance 
> by adding `-server` to the command line
> Validating models...
>
> 0 errors found
> May 23, 2014 - 15:23:30
> Django version 1.6.2, using settings 'archesproject.settings'
> Starting development server at http://0.0.0.0:8000/
> Quit the server with CONTROL-C.
>
>

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to