Open sbenthall opened 2 years ago
Indeed, it is running on the virtual machine. sudo ./runserver.sh
does not do the trick:
https://gist.github.com/sbenthall/0cd74dbc19503d1675120a7c2bfea3ba
I'm not sure the exact steps you are taking, but I am not experiencing any issues getting the server up and running locally using vagrant
with the following steps:
admin-updates
branchdjango-sortedm2m==3.1.1
vagrant up
vagrant ssh
cd roundware-server/scripts
./runserver.sh
(no sudo
)I haven't tested the server extensively, but it all installs and runs without any errors for me. LMK if your process deviates from this in any way or if you are experiencing errors using the same process.
1. grab fresh `admin-updates` branch
Aha; this is how my process deviates. I got this error when using the develop
branch.
You mentioned admin-updates
in personal communication but I forgot to switch over.
I'll try again with admin-updates
but wanted to flag that I can't find any mention of using this alternative branch in the documentation, and so it's quite confusing. It looks like PR #420 is the merge PR, but it had some failing tests?
I wouldn't know which branch to submit PRs with fixes (such as the dependency update from #421 ) to.
Confirming that with the admin-updates
branch, the ./runserver.sh
script executes!
After correcting the requirements as per #421, I've continued with the vagrant installation instructions.
I'm getting the following error about permissions installing
wcwidth
:https://gist.github.com/sbenthall/a21990cd57a1e83fbb5650425d7617fe
I'm a bit confused about the error because I'm assuming the dependencies are being installed on a virtual machine, and that the
roundware
user would have permissions to do the install....