All Projects → GW2Treasures → gw2treasures.com

GW2Treasures / gw2treasures.com

Licence: MIT License
Guild Wars 2 database

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
SCSS
7915 projects
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to gw2treasures.com

discretize-guides
This is the source repository for all https://discretize.eu markdown guides.
Stars: ✭ 19 (+26.67%)
Mutual labels:  guildwars2, gw2
TehsTrails
A collection of xTeh.7146's marker packs.
Stars: ✭ 39 (+160%)
Mutual labels:  guildwars2, gw2
gw2raidar
A log parsing website for Guild Wars 2 combat logs
Stars: ✭ 19 (+26.67%)
Mutual labels:  guildwars2, gw2
evtc
Analysis and management of Guild Wars 2 EVTC logs from arcdps.
Stars: ✭ 43 (+186.67%)
Mutual labels:  guildwars2, gw2
gixxcel
Decodes and archives Guild Wars 2 STRS files
Stars: ✭ 20 (+33.33%)
Mutual labels:  guildwars2, gw2
SimpleFS
Simple, Portable PHP File-Sharing
Stars: ✭ 1 (-93.33%)
Mutual labels:  website
Wedding
A basic wedding website I created for myself and Bec using the Bulma CSS framework, Particles.js, jQuery.countdown, Google Satisfy Font and FontAwesome icons.
Stars: ✭ 26 (+73.33%)
Mutual labels:  website
RPI web remote control
利用树莓派和web界面远程控制空调等家电
Stars: ✭ 79 (+426.67%)
Mutual labels:  website
unitscss
UNITS is a simple and beautiful CSS component set.
Stars: ✭ 13 (-13.33%)
Mutual labels:  website
pokeapi.co
The PokéAPI documentation website
Stars: ✭ 66 (+340%)
Mutual labels:  website
http-simple-cheatsheet
Simple HTTP status codes cheatsheet 🦄
Stars: ✭ 18 (+20%)
Mutual labels:  website
g-dash
Gulden Witness & Node Dashboard
Stars: ✭ 13 (-13.33%)
Mutual labels:  website
java-design-patterns-web
Java Design Patterns website at https://java-design-patterns.com
Stars: ✭ 81 (+440%)
Mutual labels:  website
bacnet
BACNET is a Java based platform to develop website for multi-omics analysis
Stars: ✭ 12 (-20%)
Mutual labels:  website
website
The next-gen website of LUG@USTC.
Stars: ✭ 15 (+0%)
Mutual labels:  website
dante-gui
Dante Server (SOCKS5 Proxy) Web Interface (Telegram ready)
Stars: ✭ 31 (+106.67%)
Mutual labels:  website
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (+26.67%)
Mutual labels:  website
common-lispers.hexstreamsoft.com
Discover Common Lisp open-source contributors and their best contributions! Add yourself!
Stars: ✭ 14 (-6.67%)
Mutual labels:  website
sofastack.tech
Source for the SOFAStack website https://www.sofastack.tech
Stars: ✭ 87 (+480%)
Mutual labels:  website
arcdps healing stats
An addon for ArcDPS that shows personal healing stats
Stars: ✭ 16 (+6.67%)
Mutual labels:  guildwars2

gw2treasures.com

gw2treasures.com is a Guild Wars 2 database powered by the official API.

You can create a new issue to report a bug or request a new feature.

Contributing

The simplest way to get this running locally using docker.

  1. Clone this repository or make a fork if you plan to submit your changes

  2. Run docker-compose up -d (or docker-compose up -d --scale wvw-crawler=0 to save some resources if you don't need the WvW crawler)

  3. Visit http://gw2treasures.localhost/ to view your local instance

  4. The database will be empty, you can fill it from the GW2 Api by running docker-compose exec --user www-data web ./cron.sh (see cron.sh). You can run this everytime you need to update your local database.

    If you just want to update a single entity you are working with and not the whole db, you can run a command like docker-compose exec --user www-data web php -dmemory_limit=-1 artisan gw2treasures:achievements.

  5. Make your changes

  6. Run docker-compose up -d --build web to restart the service you have been working on to see your changes.

  7. Commit the changes to a new branch and push them to your fork

  8. Create a new Pull Request

License

gw2treasures.com is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].