Skip to content

cianfaranim/CZWG-core

 
 

Repository files navigation

Winnipeg FIR Core

The (new) website for VATSIM's Winnipeg FIR

Thank you to CZQO for developing the inital core! https://github.com/gander-oceanic-fir-vatsim/czqo-core/


Contributing

We would love you to help out with the website! If you find something and fix it, or notice something, or even have a feature request, feel free to make a pull request or an issue.

Submitting an Issue or Pull Request

Guidelines for submitting an issue:

  • Be sensible, and don't spam with unnecessary issues.
  • Tell us:
    • What is the issue/feature?
    • Why does it need to be fixed/why is it important to add?
    • How can we reproduce the issue? (if it is a bug)
    • What have you already tried? (if it is a bug)

Guidelines for submitting a pull request:

  • Be sensible as stated above.
  • Tell us:
    • What you have fixed/added and where you fixed it
    • Why it was a problem, or why it was neccessary/nice to add
  • Document/comment your code. This is important for us and future developers so they can understand what you have written.

Initial setup process

  1. Rename .env.example to .env and fill required fields. The VATSIM connect demo URI is already placed in there. Get your ID and put your redirect URI into http://auth-dev.vatsim.net.
  2. Create a SQL database, and put the credentials in .env.
  3. Run php artisan migrate --seed (runs database migrations and seeds with required rows).
  4. Run php artisan key:generate.
  5. Login with one of the accounts found at http://wiki.vatsim.net/connect.
  6. Give that new account in the users table a permissions value of 5.

About

Website for Winnipeg FIR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.7%
  • HTML 14.5%
  • PHP 11.7%
  • CSS 7.1%