Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 420 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 420 Bytes

Agile tools

Requirements

  • php >= 5.3
  • mongodb
  • composer
  • bower
  • Pecl packages:
    • mongodb

Setup

  1. Clone the project via git clone [email protected]:Radio/agile-tools.git.
  2. Set the DocumentRoot to web folder.
  3. Run composer update to download all php dependencies.
  4. Run bower install to download all assets.
  5. Check the configuration under 'conf' folder.
  6. Run website.

-- Max