Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.54 KB

ElasticSearch Hackfest - Berlin

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

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

The site can now be built by calling: make and should be available at: http://es-hackfest-page.local

Developing locally

Requirements

Setup

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.