GitXplorerGitXplorer
a

auzom

public
10 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
6a55d9b0e980f02f88fa0347f9b0a6212f32c0ba

Disable frontend proxying

aalecmev committed 7 years ago
Unverified
2ae10c625638d0a5a4b4343ceb246e83c1a89e51

Fix production docker-compose dependency chain

aalecmev committed 7 years ago
Unverified
596cddaadf1233d3c40b70da1457aef4a0236f05

Adjust DEVOPS.md based on actual experience, fix production docker-compose nginx helper race, fix db-replace

aalecmev committed 7 years ago
Unverified
ee4d4029bedbc7589b51698194021baa25793021

Changed gcloud project ID

ppejter committed 7 years ago
Unverified
263ee8c556a2ee619581c259503d82c5af1dc273

POTY -> PORT

aalecmev committed 7 years ago
Unverified
88f814070a6433e488663a037512496963c49f9d

Update README, add DEVOPS.md

aalecmev committed 7 years ago

README

The README file for this repository.

Esports tournament platform by Auzom Entertainment.

Prerequisites

  1. Install Docker.
  2. Install Docker Compose.
  3. Make sure ports 3000 and 5432 aren't taken.

Getting started

  1. Run docker-compose up -d to launch the app.
  2. Run docker-compose logs -f and wait until it stops printing stuff rapidly. Exit with ctrl + c.
  3. Optional. Run scripts/db-replace-dev somedump.sql to import a database dump.
  4. Run scripts/db-migrate, even if you've imported a dump.
  5. The app should be available at localhost:3000.

Wrapping up

  1. Run docker-compose kill to shut down the app.
  2. Optional. Run docker-compose rm to clean up (data isn't preserved).

Special thanks

... to Michiel De Backker AKA Wieweet, who has helped me out with the workload and implemented a few important API endpoints / some key model logic in the early days of Auzom.

Legal

The original screenshots, which background images on the landing page are derived from, aren't made by me, but rather ShadowSix and Berdu, who were kind enough to allow us to use them for Battlefield Conquest League, Aces High and Auzom itself.

All SVG files in frontend/src/assets, besides logo.svg, belong to the respective brands/creators.

Auzom's logo is owned by Olegs Jeremejevs and has no license. You can get permission to use it via email in my profile.

The rest of the repository is covered by MIT License (Expat), as seen in LICENSE.md.