#7304 Vagrant instance needs /srv/git/p to be created

v1.0.0
closed
sf-2 (994)
SCM
nobody
2015-08-20
2014-04-01
No

I've just downloaded and ran the Vagrant instance following the instructions here. I was able to log in and create a project; however, when I went to the git page (http://localhost:8080/p/project/code/), all I saw was a spinner (not sure what to call that, but I'm sure you know what I mean). This hadn't changed after 20 minutes or so.

In the end, I destroyed the VM and recreated it. I was then able to get around the problem by running:

sudo chown vagrant /srv
mkdir -p /srv/git/p

and then the usual "update_allura; ~/start_allura" commands. These steps are noted in the file "INSTALL.markdown", but a notice from the web interface about missing directories would be helpful; thus, I've marked the component as "SCM". However, I'd guess the Vagrant instance should come with this set up as well.

Thanks for a great project, and please let me know if you need any further info.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2014-04-03
    • status: open --> closed
    • assigned_to: Dave Brondsema
    • Size: --> 2
    • Milestone: limbo --> forge-apr-4
     

Log in to post a comment.