Skip to content

StreetVoice/streetvoice-dev-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StreetVoice

Deploy: Localhost

Install

Install VirtualBox and vagrant first.

# outside VM (Host OS)
$ vagrant plugin install vagrant-salt

# start
$ vagrant up

# login
$ vagrant ssh

# stop
$ vagrant halt

Setup Database

# inside VM (Guest OS)
$ mysqladmin -u root password YOURPASSWORD
$ mysql -u root -pYOURPASSWORD
mysql> create database streetvoice default charset utf8;
mysql> use streetvoice
mysql> source streetvoice.sql

Run Django

# inside VM (Guest OS)
$ workon streetvoice
$ ./manage.py runserver 0.0.0.0:8000

Bitdeli Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published