Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 564 Bytes

Fabric Piwik

This fabric recipe provides tasks to deploy piwik from git.

Currently correct php, webserver, database setup is assumed.

Requirements

  • fabric 1.3.3
  • python 2.7

This may or may not work with previous versions of fabric. No guarantees.

Usage

Copy sitedef.py.example to sitedef.py with the details of you installation, then simply:

$ fab do_release:stage='production',release_tag='tag'

TODO / Known Issues

  • Multi-server support -- in progress; it may or may not work as expected
  • Rollback should restore database from backup