Skip to content

aviaviavi/MeatUpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeatUpServer

first, create a virtualenv

$ virtualenv env --distibute

when running the server, set your bash source to our virtual env

 $ source env/bin/activate

then install the dependencies with pip

pip install -r requirements.txt

and finally start the server with foreman, a tool that comes with the heroku toolbelt

$ foreman start

The server defaults to running on localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages