Skip to content

aliasmrchips/runcible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

runcible

What is this repository for?

  • Python API for interacting with image metadata
  • Web services and command line utilities using the API

How do I get set up?

  • Check out the code
  • Install dependencies
    • virtualenv venv
    • source venv/bin/activate
    • pip install -r requirements.txt
    • export DATABASE_URL="..."
  • Test installation
    • python manage.py migrate
    • python manage.py shell
  • Run the service
    • python mange.py runserver
  • Build a container
    • docker build -t runcible .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages