Skip to content

Instantly share code, notes, and snippets.

@angelworm
Last active December 15, 2015 21:29
Show Gist options
  • Save angelworm/5326397 to your computer and use it in GitHub Desktop.
Save angelworm/5326397 to your computer and use it in GitHub Desktop.
dominion対戦がしたくなったときに読む書
dominion鯖最速構築メモ
設定の構築のほう
1. http://ktmizugaki.so.land.to/kakuzituki/article/201206061225.htm
2. 起動して設定する
3. 保存
サーバー構築のほう
1. どっか借りる
2. ポート開ける
3. scpかなんかで設定とサーバー本体をアップする
4. sudo yum install xorg-x11-server-Xvfb
5. Xvfb :0 -ac -screen 0 1280x1024x16 -fbdir /tmp &
6. export DISPLAY=:0
7. java -jar dominion.jar server &
8. ping google.com
遊び終わったら
a. 課金しているなら
インスタンスを畳む
b. デーモン化してるなら
KO☆RO☆SU
c. どれにも該当しない
切れ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment