Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.98 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.98 KB

Elasticsearch Hackfest - Berlin

Small website to host information for the upcoming elasticsearch hackfest in berlin.

http://shrink0r.github.io/es-hackfest-page

Development

You may either develop locally or you can use the provided vagrant setup.

Developing with vagrant

Requirements

Setup

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

An nfs share is provided under nfs://es-hackfest-page.local/home/vagrant/projects/
The site itself is hosted at http://es-hackfest-page.local.
In order to deploy changes to the site during development call make inside the app directory.

Developing locally

Requirements

Setup

Clone repository
git clone [email protected]:shrink0r/es-hackfest-page.git
cd es-hackfest-page/app

After making changes to the site, you must deploy by calling: make.

Deploying changes

When you have finished making changes to the site and want to publish them call make deploy. Then copy and commit the pub directory's contents to the gh-pages branch.