On Mon, Aug 12, 2013 at 2:55 PM, David Narvaez <[email protected]> wrote: > Hi, > > I finally managed to publish the code in a repo and will use this > thread to provide information on how to install and test the jury > tool. Notice that, at the time of this writing, the tool only shows > the setup workflow, and is still missing the jury controls, etc.
After pushing my changes today, there's one additional step in the installation process, see below: The tool is based on Symfony 2, so all PHP developers are invited to collaborate. Here are the installation instructions 1. Clone the repository git clone https://git.gitorious.org/wiki-loves-monuments-pa/wlmpa-jurytool.git 2. Change into the repository and use composer to download symfony cd wlmpa-jurytool php route/to/composer.phar update 3. Edit app/config/parameters.yml and set the database name, user name and password 4. Create schema app/console doctrine:schema:create 5. Install assets (javascript code, images) app/console assets:install 6. Create a super user app/console fos:user:create --super-admin admin [email protected] pa$$w0rd 7. Use your browser to navigate to wlmpa-jurytool/web/app_dev.php (the exact URL depends on your web server configuration) 8. Log in using the administrator credentials created in step 5, and follow instructions. David E. Narvaez _______________________________________________ Wiki Loves Monuments mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikilovesmonuments http://www.wikilovesmonuments.org
