This is the Airsonic website repo.
- Clone the website repo
git clone https://github.com/airsonic/airsonic.github.io
. - Change directory into the cloned repo
cd airsonic.github.io
. - Clone the documentation submodule
git clone https://github.com/airsonic/airsonic-docs docs
. - For the next steps, go one directory up
cd ..
- Install
ruby
with the devkit. If you run it on Windows, don't install it toC:\Program Files
as you will get trouble with the space later! - Install
bundler
(gem install bundler
). - Install
jekyll
(gem install jekyll
). - Update local dependencies:
bundler update
. - Install local dependencies:
bundler install
. - Run
bundler exec jekyll serve --watch
.
The above wrapped into a little script (it assume you have bundler installed):
git clone https://github.com/airsonic/airsonic.github.io && \
cd airsonic.github.io && \
git clone https://github.com/airsonic/airsonic-docs docs && \
bundler install
Please see this guide for any contribution.
Use update_submodule.sh to update the submodule docs.
- Main page background picture is distributed under Creative Commons 2.0 license. All right reserved to Heath Alseike for his pictures available on flickr.Really nice album wall picture by the way !