Modifying Jekyll install script
This commit is contained in:
parent
4e2fdb9bd1
commit
384435964d
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
# someone to use to get Jekyll building outside of GitHub
|
# someone to use to get Jekyll building outside of GitHub
|
||||||
|
|
||||||
echo "Installing Ruby"
|
echo "Installing Ruby"
|
||||||
sudo apt-get install ruby-full build-essential zlib1g-dev
|
apt-get install -y ruby-full build-essential zlib1g-dev
|
||||||
|
|
||||||
export GEM_HOME=".gems"
|
export GEM_HOME=".gems"
|
||||||
export PATH=".gems/bin:$PATH"
|
export PATH=".gems/bin:$PATH"
|
||||||
|
@ -13,6 +13,4 @@ cd docs
|
||||||
gem install jekyll bundler
|
gem install jekyll bundler
|
||||||
|
|
||||||
# Running Jekyll
|
# Running Jekyll
|
||||||
bundle exec jekyll serve --watch --port 8888
|
jekyll serve
|
||||||
|
|
||||||
echo "Visit http://localhost:8888 to see the LibreTime website."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue