adamkittelson/apathy-drive-ex
ApathyDrive
Notes
local world data backup / restore
- pg_dump --table=abilities --table=crits --table=areas --table=classes --table=item_drops --table=items --table=lair_monsters --table=monster_abilities --table=monster_templates --table=rooms --table=scripts --data-only --dbname=apathy_drive -Fc > priv/data.dump
- pg_restore --dbname=apathy_drive -U apathy_drive -W -h localhost priv/data.dump
Setting up the build server
- docker-machine create --driver virtualbox apathy-drive-build
- eval "$(docker-machine env apathy-drive-build)"
- word on the street is
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
might help if docker is being lame and running out of space
deploy
- cap production deploy
misc db commands
- create db:
cap production db:create
- drop / restore world data:
cap production db:reload
- reset world data (map control / mobiles):
cap production deploy:reset
最近版本更新:(数据更新于 1970-01-01 00:00:00)
adamkittelson/apathy-drive-ex同语言 Elixir最近更新仓库
2024-10-30 02:19:37 teslamate-org/teslamate
2024-09-07 03:11:29 firezone/firezone
2024-07-07 05:20:46 elixir-lang/elixir
2024-04-11 02:26:13 zoonk/archived-zoonk
2020-06-26 19:06:09 phoenixframework/phoenix
2020-06-04 03:23:12 phoenixframework/phoenix_live_dashboard