1234567891011121314151617181920 |
- Server Setup
- ===============
- Before installation of Tripal, a web server must be configured and ready, and Tripal requires the following dependencies:
- 1. A UNIX-based server (e.g. Ubuntu Linux or CentOS are the most popularly used).
- 2. Web server software. The `Apache web server <https:
- 3. `PHP <http:
- 4. `PostgreSQL <https:
- 5. `Drush <http:
- 6. `Drupal <https:
- The following sections provide step-by-step instructions to help setup either an Ubuntu or CentOS system.
- .. toctree::
- :maxdepth: 1
- ./server_setup/ubuntu_18.04
- ./server_setup/ubuntu_16.04
- ./server_setup/centos_7
|