You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,15 @@ Install the non-python dependencies
9
9
*[PostgreSQL](http://www.postgresql.org/download/) (we have tested most extensively with 9.3)
10
10
*[redis-server](http://redis.io) (we have tested most extensively with 2.8.17)
11
11
12
-
Install both of these packages according to the instructions on their websites. You'll then need to ensure that the postgres binaries (for example, ``psql``) are in your executable search path (``$PATH`` environment variable).
12
+
Install both of these packages according to the instructions on their websites.
13
+
You'll then need to ensure that the postgres binaries (for example, ``psql``)
14
+
are in your executable search path (``$PATH`` environment variable). For
15
+
example if you are using Postgres.app on OS X, you can do this by addint
Qiita (canonically pronounced *cheetah*) is an analysis environment for microbiome (and other "comparative -omics") datasets. You can find the public Qiita server at `http://qiita.microbio.me <http://qiita.microbio.me>`__.
7
+
8
+
Qiita is currently in alpha status. We are very open to community contributions and feedback. If you're interested in contributing to Qiita, see `CONTRIBUTING.md <https://github.com/biocore/qiita/blob/master/CONTRIBUTING.md>`__. If you'd like to report bugs or request features, you can do that in the `Qiita issue tracker <https://github.com/biocore/qiita/issues>`__.
9
+
10
+
To install and configure your own Qiita server, see `INSTALL.md <https://github.com/biocore/qiita/blob/master/INSTALL.md>`__.
0 commit comments