Skip to content

Commit

Permalink
Merge 4b37f8c into 45fa66a
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Aug 14, 2023
2 parents 45fa66a + 4b37f8c commit e6b57b7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Qiita installation
Qiita installation
==================

Qiita is pip installable, but depends on specific versions of python and non-python packages that must be installed first. We strongly recommend using virtual environments; a popular solution to manage them is [miniconda](http://conda.pydata.org/miniconda.html), a lightweight version of the virtual environment, python distribution, and package manager anaconda. These instructions will be based on miniconda.
Expand Down Expand Up @@ -181,7 +181,7 @@ github organization. Each of the plugins have their own installation instruction
suggest looking at each individual .travis.yml file to see detailed installation
instructions. Note that the most common plugins are:
- [qtp-biom](https://github.com/qiita-spots/qtp-biom)
- [qtp-target-gene](https://github.com/qiita-spots/qtp-target-gene)
- [qtp-sequencing](https://github.com/qiita-spots/qtp-sequencing)
- [qp-target-gene](https://github.com/qiita-spots/qp-target-gene)

## Configure Qiita
Expand All @@ -206,9 +206,7 @@ Set your `QIITA_CONFIG_FP` environment variable to point to that file (into `.ba
source activate qiita
```

Update paths in the newly copied configuration file to match your settings, e.g. replace /home/travis/ with your user home directory.

If you are working on WSL, you will need to start the redis server with the following command before making a test environment:
If you are working on Mac OS X or WSL, you will need to start the redis server with the following command before making a test environment:
```bash
redis-server --daemonize yes --port 7777
```
Expand All @@ -224,7 +222,7 @@ Finally, redbiom relies on the REDBIOM_HOST environment variable to set the URL
export REDBIOM_HOST=http://my_host.com:7379
```

## Confirgure NGINX and supervisor
## Configure NGINX and supervisor

(NGINX)[https://www.nginx.com/] is not a requirement for Qiita development but it's highly recommended for deploys as this will allow us
to have multiple workers. Note that we are already installing (NGINX)[https://www.nginx.com/] within the Qiita conda environment; also,
Expand Down

0 comments on commit e6b57b7

Please sign in to comment.