Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant to demonstrate install #57

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Sync Vagrant with new docs.
CarlFK committed Mar 17, 2014
commit b62bb129dc573f91917b98884aaa4e52489d096a
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -19,17 +19,17 @@ cd

git clone https://github.com/timvideos/streaming-system.git
# git clone https://github.com/CarlFK/streaming-system.git

cd streaming-system/website
cp private/settings.py.example private/settings.py
make serve
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backgrounding should occur here not in the make file.

sleep 5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't really reliable...


cd ..
cd tools/register
cd ../tools/register
python fake_register.py --ip 127.0.0.1 &
sleep 5

curl http://127.0.0.1:8000/av?template=group
curl http://127.0.0.1:8000/example

# eof: bootstrap2.sh
B2