Update documentation/guides/Guides.markdown
This commit is contained in:
parent
2b298296e7
commit
d9c58dfc87
1 changed files with 19 additions and 5 deletions
|
@ -2,14 +2,28 @@ OpenPhoto / Guides
|
|||
=======================
|
||||
#### OpenPhoto, a photo service for the masses
|
||||
|
||||
1. [Installation on Ubuntu with Apache][guideinstallubuntuapache]
|
||||
1. [Installation on OSX using MacPorts][guideinstallosxmacports]
|
||||
1. [Installation on SUSE][guideinstallsuse]
|
||||
1. [Installation on Ubuntu with Cherokee][guideinstallubuntucherokee]
|
||||
1. [Installation via Amazon EC2 OpenPhoto AMI][guideinstallamazonec2]
|
||||
### Step by step installation guides
|
||||
|
||||
Follow these step by step guides to get OpenPhoto installed on your server or laptop.
|
||||
|
||||
1. [Ubuntu with Apache][guideinstallubuntuapache]
|
||||
1. [OSX using MacPorts][guideinstallosxmacports]
|
||||
1. [Amazon EC2 OpenPhoto AMI][guideinstallamazonec2]
|
||||
1. [SUSE][guideinstallsuse]
|
||||
1. [Ubuntu with Cherokee][guideinstallubuntucherokee]
|
||||
|
||||
### The quick and dirty installation
|
||||
|
||||
You'll probably want to follow one of the guides above but setting up OpenPhoto is as easy as one command.
|
||||
|
||||
curl https://raw.github.com/openphoto/frontend/master/documentation/guides/InstallationUbuntuApache.sh | /bin/bash
|
||||
|
||||
That's it. View the [source of the installer][guideinstallcli] or [watch a screencast][screencast] of it.
|
||||
|
||||
[guideinstallubuntuapache]: InstallationUbuntuApache.markdown
|
||||
[guideinstallosxmacports]: InstallationOSXMacports.markdown
|
||||
[guideinstallsuse]: InstallationSUSE.markdown
|
||||
[guideinstallubuntucherokee]: InstallationUbuntuCherokee.markdown
|
||||
[guideinstallamazonec2]: InstallationUsingOpenPhotoEC2-AMI.markdown
|
||||
[guideinstallcli]: InstallationUbuntuApache.sh
|
||||
[screencast]: http://youtu.be/2QXtHPkO8eQ
|
Loading…
Add table
Add a link
Reference in a new issue