Skip to content

n8foo/cigarbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CigarBox

A smokin' fast personal photostream

design points

  • lightweight enought to run well on a t1.micro EC2 instance
  • RESTful API
  • similar nomenclature & photo graph to flickr
    • photos
    • photosets
    • galleries
    • tags
  • #simplify

install

OSX

  1. Install homebrew
  2. brew install libtiff libjpeg webp littlecms
  3. pip install -f requirements.txt

Ubuntu 12.04LTS

  1. sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev
  2. pip install -f requirements.txt

About

A smokin' fast personal photostream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published