Small website to host information for the upcoming elasticsearch hackfest in berlin.
You may either develop locally or you can use the provided vagrant setup.
- VirtualBox
- VirtualBox Extension Pack
- Vagrant
- vagrant-vbguest -
vagrant plugin install vagrant-vbguest
Clone repository
git clone [email protected]:shrink0r/es-hackfest-page.git
Boot and provision vagrant box
cd es-hackfest-page/dev/vagrant
vagrant up --provision
Ssh into dev box and setup project
vagrant ssh
cd projects
git clone [email protected]:shrink0r/es-hackfest-page.git
cd es-hackfest-page/app
The site can now be built by calling: make
and should be available at: https://es-hackfest-page.local
- jekyll -
gem install jekyll
- sass -
gem install sass
- nokogiri -
gem install nokogiri
- rdiscount -
gem install rdiscount
Clone repository
git clone [email protected]:shrink0r/es-hackfest-page.git
cd es-hackfest-page/app
The site can now be built by calling: make
.