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.
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. Create a super user app/console fos:user:create --super-admin admin [email protected] pa$$w0rd 6. Use your browser to navigate to wlmpa-jurytool/web/app_dev.php (the exact URL depends on your web server configuration) 7. Log in using the administrator credentials created in step 5, and follow instructions. Use this thread to post question about the installation process above. The code should be changing rapidly so things that do not work right now (there are plenty things that do not work) could be working in a couple of days. David E. Narvaez _______________________________________________ Wiki Loves Monuments mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikilovesmonuments http://www.wikilovesmonuments.org
