Freifunk-Dresden / dresden.freifunk.net

Freifunk-Dresden e.V. - Website

Home Page:https://www.freifunk-dresden.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFDD Website Build Status

freifunk-dresden.de | dresden.freifunk.net

Dependencies

  • Install a javascript runtime, e.g. nodejs
  • Install bundle by running gem install bundle
  • Install the dependencies by running bundle
apt install -y git nodejs

ruby 2.2.0

curl -L https://get.rvm.io | bash -s stable --ruby=2.2.0

bundler

gem install bundler -v 1.17.3

Install

git clone https://github.com/Freifunk-Dresden/Blog.git /srv/Blog
git clone https://github.com/Freifunk-Dresden/dresden.freifunk.net.git /srv/dresden.freifunk.net
cd /srv/dresden.freifunk.net/
bundle install

Info

On Ubuntu you might need to change the next lines in the 'Rakefile'

Line 4: sh "jekyll build" to:

    sh "bundle exec jekyll build"

Line 8: sh "jekyll serve" to:

    sh "bundle exec jekyll serve"

Building

  • Use rake build. This will build the website to the _site directory

Serving (to work locally)

Testing

  • Use rake test

State of the current master branch, powered by Travis-CI: Build Status

Deployment

Simply git push to the master branch. There's a hook that will automatically deploy it to dresden.freifunk.net

About

Freifunk-Dresden e.V. - Website

https://www.freifunk-dresden.de

License:Other


Languages

Language:HTML 44.4%Language:SCSS 24.4%Language:JavaScript 20.7%Language:CSS 9.8%Language:Ruby 0.8%