Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pivotal-cf/bookbinder
Browse files Browse the repository at this point in the history
  • Loading branch information
animatedmax committed Feb 17, 2018
2 parents 13778b2 + 368bd5c commit d20535b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,36 @@ Follow the instructions below to install Bookbinder:
**Note**: Ensure that the version of the DITA-OT library that you install
supports the DITA version in which your documents are written.


### Installation on a mac

1. Install ruby and needed dependencies
```
gem install bundler
brew install v8
gem install therubyracer
gem install libv8 -v '3.16.14.7' -- --with-system-v8
brew install ant
```

1. Install Dita-OT, version 1.7.5, full easy from http://www.dita-ot.org/download
```
cat >> ~/.bash_profile << EOF
export PATH_TO_DITA_OT_LIBRARY="/Users/pivotal/workspace/DITA-OT1.7.5"
EOF
export PATH_TO_DITA_OT_LIBRARY="/Users/pivotal/workspace/DITA-OT1.7.5"
```

1. Build the book
```
bundle exec bookbinder bind local
cd final_app/
bundle install
rackup
```

## Usage

Bookbinder is meant to be used from within a project called a **book**.
Expand Down

0 comments on commit d20535b

Please sign in to comment.