Skip to content

ginking/fotochest

 
 

Repository files navigation

#FotoChest

Build Status

Progress

FotoChest is a open source photo sharing/gallery solution that you can host yourself. One of the primary goals in developing FotoChest is to always provide easy access to your photos and data through APIs.

FotoChest is a Python application that runs on Python3

Developing

Development is done using Salt and Vagrant so you'll need vagrant, salty-vagrant, and virtualbox to get started.

To get the development environment up and running simply:

vagrant up

This will take a while so go grab some coffee.

vagrant ssh
workon fotochest

pip install -r requirements.txt

run

Run the Test Suite

vagrant ssh
workon fotochest

py.test fotochest --flakes

For more detailed documentation:

http://readthedocs.org/docs/fotochest/en/latest/

##In Action

http://photos.stegelman.com/

##Road Map

https://github.com/fotochest/fotochest/wiki/Roadmap

###Thanks

pip install -e git+http://github.com/dstegelman/fotochest.git@feature/setup#egg=fotochest

About

A Django driven Photo Sharing application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.1%
  • JavaScript 27.6%
  • Python 19.7%
  • CSS 1.5%
  • Shell 1.1%