Skip to content

Commit

Permalink
Cleaning up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrophobiac committed May 2, 2017
1 parent 021a6cc commit b45ddcf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,13 @@ change directory ownership so that mongodb can operate
`sudo chown -R $USERNAME /data/`



### Known issues

`bundle`
`brew install openssl # if not installed`
`gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include`
`gem install libv8 -v '3.16.14.13' -- --with-system-v8`
`gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315 `
https://github.com/shakacode/react-webpack-rails-tutorial/issues/266 ~ rubyracer with CSVlint
`brew install openssl # if not installed`
`gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include`
`gem install libv8 -v '3.16.14.13' -- --with-system-v8`
`gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315 `
https://github.com/shakacode/react-webpack-rails-tutorial/issues/266 ~ rubyracer with CSVlint

### Development: Running the full application locally

Expand All @@ -134,7 +132,7 @@ run redis : `redis-server`

#### Services (job queues, cache servers, search engines, etc.)

to initialise the app run this in root directory of app
to initialise the app run this in root directory of app (note this command runs the DB background jobs listed above)

`foreman start`

Expand Down

0 comments on commit b45ddcf

Please sign in to comment.