Skip to content

Commit

Permalink
Update to the docs for the new public VirtualBox (VDI) option
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Papathanasiou committed May 30, 2014
1 parent 923cfeb commit 68f5e2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Getting Started

* To build and install from source, follow the `Installation Guide <docs/install/README.md>`_

* Alternatively, you can just use the public Formhub Amazon Machine Image (AMI) to `Run Your Own Formhub Instances on Amazon Web Services (AWS) <https://github.com/SEL-Columbia/formhub/wiki/How-To-Run-Your-Own-Formhub-Instances-on-Amazon-Web-Services>`_
* Alternatively, you can just use these pre-built server images instead:

* The public Formhub Amazon Machine Image (AMI) to `Run Your Own Formhub Instances on Amazon Web Services (AWS) <https://github.com/SEL-Columbia/formhub/wiki/How-To-Run-Your-Own-Formhub-Instances-on-Amazon-Web-Services>`_

* The public Formhub Virtual Disk Image (VDI) to `Run Your Own Formhub Instances on VirtualBox <https://github.com/SEL-Columbia/formhub/wiki/How-To-Run-Your-Own-Formhub-Virtual-Machines-on-VirtualBox>`_

Contributing
------------
Expand Down
8 changes: 6 additions & 2 deletions docs/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

*This document describes how to install formhub from source, and run it as a dedicated server image. If you wish to run it on a shared computer, the use of a virtualized environment, such as [VirtualBox](https://www.virtualbox.org/) is recommended. Using either [debian](http://www.debian.org/) or [ubuntu](http://www.ubuntu.com/) for the operating system (OS) is recommended. If you choose a different server OS, you will need to replace the [apt-get](https://help.ubuntu.com/community/AptGet/Howto) command with the one corresponding to your system's package manager.*

*As an alternative to installing from source, you can just use the public Formhub Amazon Machine Image (AMI) to [Run Your Own Formhub Instances on Amazon Web Services (AWS)](https://github.com/SEL-Columbia/formhub/wiki/How-To-Run-Your-Own-Formhub-Instances-on-Amazon-Web-Services) instead.*
*As an alternative to installing from source, you can just use these pre-built server images instead:*

* The public Formhub Amazon Machine Image (AMI) to [Run Your Own Formhub Instances on Amazon Web Services (AWS)](https://github.com/SEL-Columbia/formhub/wiki/How-To-Run-Your-Own-Formhub-Instances-on-Amazon-Web-Services)

* The public Formhub Virtual Disk Image (VDI) to [Run Your Own Formhub Instances on VirtualBox](https://github.com/SEL-Columbia/formhub/wiki/How-To-Run-Your-Own-Formhub-Virtual-Machines-on-VirtualBox)

## *Required Steps*

Expand Down Expand Up @@ -428,4 +432,4 @@ Instead, add this line to your instance's <tt>/etc/rc.local</tt> file, just abov
/etc/init.d/celeryd start
exit 0
```
```

0 comments on commit 68f5e2a

Please sign in to comment.