Skip to content

gwing33/kung-fuser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kung Fuser

Initial Setup with RVM

Clone the repo and cd into it.

cd /path/to/cloned_repo

It should prompt you to use rvmrc file, say "yes", then bundle install

bundle install

Build VM Server (see below)

Initial Setup without RVM

Install VirtualBox and Vagrant:

Clone the repo and cd into it.

cd /path/to/cloned repo

Build VM Server (see below)

Build your VM Server and Run the project

vagrant up

SSH into it...

vagrant ssh

Go into the python folder...

cd /vagrant/src/python/

Run the server on port 8000

python manage.py runserver 0.0.0.0:8000

In a browser you'll be able to access the site at http://33.33.0.10:8000/

Working with styles

Don't modify the css files, instead from this location, run compass and modify the files in the src/assets/sass/ folder...

cd /path/to/cloned_repo

compass watch

About

User Testing made easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages