Skip to content

Latest commit

 

History

207 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guild Wars 2 Raid Planner

Author

Orden14
https://github.com/Orden14/RaidPlanner

About

RaidPlanner is a tool for planning Guild Wars 2 instanced content.
Current version is made in French for the guild Virtual Squirrels.
Virtual Squirrels official website: https://virtualsquirrels.fr/

Project requirements

These are custom commands to help you run the project for the first time in a development environment:
  1. Docker-compose with the database and phpmyadmin only (for a full setup, check docker-compose.yaml) :
docker-compose -f docker-compose.light.yaml up -d
  1. Download all dependencies and build assets :
yarn dependencies
  1. Clear database and loads data fixtures :
yarn truncate-database
  1. Start the server :
symfony serve

Don't forget to set up the .env and .env.test files with your own database credentials if you don't use one of the provided docker-compose file.

Project will be accessible on http://localhost:8000 (or another port if 8000 is already in use)

These are custom commands to help you during development:
  1. builds CSS and JS with Webpack
yarn build
  1. constantly watches for changes in CSS and JS files and compile them on the go
yarn watch

Test users

Among all the generated users, there are default users available for easier testing (passwords are the same as usernames):

  • admin
  • member
  • trial
  • old_member
  • guest

Commands related to tests:

  1. Build codeception classes
vendor/bin/codecept build
  1. Run all tests
yarn test

Gitlab Action

The project is set up with a Gitlab Action that runs the tests on every merge requests to the main branch.
Action config file : /.github/workflows/symfony.yml

Contact

  • Discord: orden14

About

A complete Raid planner for Guild Wars 2

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages