Openphoto - frontend
Find a file
2014-08-21 22:53:15 -07:00
documentation Fix incorrect port directory for php5 2013-03-21 18:25:37 +10:00
files/creative Updating logo. 2011-12-03 19:24:45 -08:00
src Adding code version as an HTML comment when viewing as admin. #1506 2014-08-21 22:48:19 -07:00
.gitignore Merge branch 'master' of github.com:jpkrohling/frontend into jpkrohling-master 2014-08-18 23:39:55 -07:00
.travis.yml Removing PHP 5.2 from Travis. #638 2014-08-21 22:53:15 -07:00
LICENSE Adding Apache License. 2011-07-26 03:06:26 -04:00
Readme.markdown Updating Readme file. #638 2014-08-18 22:42:54 -07:00

Build Status

What is Trovebox?

Install Trovebox in under 3 minutes

# Installing Trovebox on Ubuntu and Apache
# Run this from the command line as root.
# As always, view any script before running it ;).

curl https://raw.github.com/photo/frontend/master/documentation/guides/InstallationUbuntuApache.sh | /bin/bash

How does Trovebox work?

Trovebox works similarly to Flickr, Smugmug and other photo sharing services with one major difference; you retain ownership and give Trovebox access to use them. All photos, tags and comments are stored on your server or personal cloud accounts with companies like Amazon, Rackspace or Google. This means you can easily switch between Trovebox services, use more than one at a time or stop using them altogether while retaining all of your photos, tags and comments.


Why should I use Trovebox?

While Trovebox functions like many existing services it's drastically different for several reasons.

  1. Ownership Users can specify where their photos are stored. By default they are seamlessly stored in your Amazon S3 bucket.
  2. Built in backups Since you upload photos to your own Amazon S3 bucket it's like uploading and archiving your photos in one step.
  3. Portability Easily start off by signing up for a hosted Trovebox account and later switch to hosting the software yourself. There's no need to transfer your photos somewhere else since it's federated. It's like plug and play.
  4. Durability Your photos are not tied to any particular photo service. Because everything is open you can write your own web interface for your photos, choose between Trovebox hosting providers or install the Trovebox software on your own server.
  5. Community New features will be entirely community driven. Features with the most votes will get top priority in getting implemented. If you want a feature that doesn't have many votes you can implement it yourself and issue a pull request.