This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/dev | |
| wget https://github.com/IDPF/epubcheck/releases/download/v4.0.2/epubcheck-4.0.2.zip | |
| unzip epubcheck-4.0.2.zip -d epubcheck | |
| cd ~/dev/rsyslog/rsyslog-doc | |
| git stash | |
| git fetch --all --prune --tags | |
| git checkout master | |
| sphinx-build -b epub source build | |
| java -jar ~/epubcheck/epubcheck-4.0.2/epubcheck.jar build/rsyslog.epub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install build-essential curl git-core ruby ruby-dev zlib1g-dev ruby-bundler | |
| git clone https://github.com/progit/progit2.git | |
| cd progit2/ | |
| # Temp branch with Gemfile modified to use versions of gems that | |
| # are known to generate valid epub output. | |
| git checkout rework_files |
References:
From man page: man apt_preferences
By: @saurabhshri
Many users when are given server access, do not have root (or sudo) privileges and can not simply do
sudo apt-get install python-pip .
Here's an easy way you can install and use pip without root (or sudo) access in a local directory.
Note : This works without easy_install too.
NewerOlder