Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 422 Bytes

File metadata and controls

24 lines (15 loc) · 422 Bytes

Feast-dev

Install

Prerequisites:

  1. Docker 1.5+
  2. Fabric 1.8+

Put the DB dump in tools/dumps/dump.sql.gz, and then:

$ cd tools
$ fab make_images
$ fab start
$ fab loaddb
$ fab chpass

The site is now running on http://localhost/!

For a complete list of available commands, it's fab -l.