Skip to content

rennergade/integrated-symbiotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrated Symbiotics

Installation

Clone the repo

git clone https://github.com/JKring/integrated-symbiotics.git

Go into the directory, install requirements and start the server

cd integrated-symbiotics
pip install -r requirements.txt
foreman start

If gunicorn can't connect: sudo lsof -i :5000 kill -9 PID

Navigate to localhost:5000 in your browser.

Deploy to Heroku

Make some changes. Add and commit them:

git add .
git commit -m "i made some changes"

Push them to heroku

git push heroku master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages