Skip to content

Commit

Permalink
fix some typos and add a note about the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed Jul 27, 2017
1 parent 217274e commit e95b82e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL-LINUX
@@ -1,4 +1,4 @@
#Dvelopment installation for Ubunutu 12.04 LTS
#Development installation for Ubunutu 12.04 LTS

#set locale - this section is probably only needed if you're using the vagrant precise64 box
#and will need to happen before you install postgres
Expand Down Expand Up @@ -53,7 +53,7 @@ bundle install
rbenv rehash
rake dgidb:load_local

#Occassionally the database may get into a confused state and this rake command no longer works properly
#Occasionally the database may get into a confused state and this rake command no longer works properly
#In that case you can try this:
psql -h localhost -d dgidb -f db/structure.sql
psql -h localhost -d dgidb -f data/data.sql
Expand Down
2 changes: 1 addition & 1 deletion INSTALL-OSX
Expand Up @@ -52,7 +52,7 @@ bundle install
#update the local database
rake dgidb:load_local

#Occassionally the database may get into a confused state and this rake command no longer works properly
#Occasionally the database may get into a confused state and this rake command no longer works properly
#In that case you can try this:
psql -h localhost -d dgidb -f db/structure.sql
psql -h localhost -d dgidb -f data/data.sql
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
To use DGIdb please first visit the public instance here: [DGIdb](http://www.dgidb.org/ "DGIdb at WashU")

#### Installation
If you would like to install a local instance of DGIdb to work on the code or maintain a private database, refer to the [INSTALL-OSX](https://github.com/genome/dgi-db/blob/master/INSTALL-OSX "INSTALL-OSX") or [INSTALL-LINUX](https://github.com/genome/dgi-db/blob/master/INSTALL-LINUX "INSTALL-OSX") files for installation instructions. If the public version of DGIdb is missing a datasource that you would like to see added, please [Contact Us](http://dgidb.genome.wustl.edu/contact "Contact Us").
If you would like to install a local instance of DGIdb to work on the code or maintain a private database, refer to the [INSTALL-OSX](https://github.com/genome/dgi-db/blob/master/INSTALL-OSX "INSTALL-OSX") or [INSTALL-LINUX](https://github.com/genome/dgi-db/blob/master/INSTALL-LINUX "INSTALL-OSX") files for installation instructions. Additional installation and developer documentation can be found in the [dgi-db wiki](https://github.com/griffithlab/dgi-db/wiki "dgi-db wiki"). If the public version of DGIdb is missing a datasource that you would like to see added, please [Contact Us](http://dgidb.genome.wustl.edu/contact "Contact Us").

#### Implementation
DGIdb is built in Ruby on Rails with PostgreSQL as the primary data store. Memcached is utilized heavily for caching, as the data is largely static between new source imports. The site is served with Apache and Phusion Passenger on a server running Ubuntu 12.04 LTS (Precise Pangolin). The code itself is divided into two primary components – the web application itself and the libraries that handle the importing and normalization of new sources.
Expand Down

0 comments on commit e95b82e

Please sign in to comment.