romaricdrigon / WikiStage-website

The new website for the WikiStage association, powered by Symfony2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikistage website

This is a WikiStage new website, using Symfony2.

SensioLabsInsight

Installation

Copy parameters.yml.dist to parameters.yml and customize values.

Run composer - typically composer install (do not update at first!).

Run ./reset.sh script. Two modes are available:

  • any mode, it will clear cache, [clear and] create the database, load fixtures
  • by default, assets are copied and dumped in prod mode (dumped once for all)
  • if you run ./reset.sh dev, assets are symlinked and Symfony2 watches for changes

You can now log in to /admin/dashboard using admin username and admin password.

About

The new website for the WikiStage association, powered by Symfony2

License:GNU General Public License v3.0


Languages

Language:PHP 98.9%Language:Shell 1.1%