Skip to content
ziroc edited this page Dec 30, 2019 · 12 revisions

Welcome to the xpz-wiki wiki!

TODO:

  • Add damageAlter (see riot grenade)
  • Add building info
  • get research from all bases in a nice table, maybe show all done research in a hidden div
  • send flag that the server session is empty and upload the data if needed on the savegame page

Useful heroku commands:

  • deploy (after installing the heroku java plugin) heroku deploy:jar xpz-wiki-0.0.1-SNAPSHOT.jar --app xpz-wiki -i Piratez.rul;en-US.yml
  • check the logs:
    heroku logs -a xpz-wiki -n 200 -t
  • if the deploy fails:
    heroku buildpacks:clear
  • to login in the deployed
    heroku run bash -a xpz-wiki
Clone this wiki locally