The development of this software is covered by a Code of Conduct.
- PHP
- MariaDB or MySQL
- Composer
- Symfony CLI
- Clone repo:
git clone https://github.com/wikisource/wscontest
cd wscontest
- Update dependencies:
composer install
- Copy
.env
to.env.local
and add your database and Oauth credentials - Create the database:
./bin/console doctrine:database:create
- Create the database structure:
./bin/console doctrine:migrations:migrate
- Start a local web server:
symfony server:start --daemon
- Browse to http://localhost:8000 (or whichever address the server starts at)