forked from KumarL/sansad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.txt
More file actions
19 lines (17 loc) · 781 Bytes
/
install.txt
File metadata and controls
19 lines (17 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Installation:
1. Bundler -- sudo gem install bundler
2. Homebrew -- ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
3. graphicsmagick -- brew install graphicsmagick
4. tesseract-ocr -- sudo apt-get install teserract-ocr
5. sudo apt-get install libcurl4-openssl-dev
6. Gemfile -- bundle install --local --path vendor
6.1. ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install --local --path vendor
7. Rack -- sudo gem install rack
8. Mongodb -- brew update; brew install mongodb
9. Xquartz -- Install from the 'net.
10.Poppler (for Docsplit gem) -- brew install poppler
Running:
1. mongod --httpinterface --dbpath ~/data/db/
2. bundle exec unicorn -c unicorn.rb --daemonize
Tasks:
1. bundle exec rake task:legislators