Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No.119: Install MineCraft Server (Close #27) #31

Open
wants to merge 5 commits into
base: gh-pages
Choose a base branch
from
Open

No.119: Install MineCraft Server (Close #27) #31

wants to merge 5 commits into from

Conversation

yasulab
Copy link
Member

@yasulab yasulab commented May 21, 2014

Done! #27


---
layout: default
title:  "Install MineCraft Server to Okinawa.rb Server"
date:   2014-05-21
categories: no119

---

手順書

A. Increase Swap Size
B. Install MineCraft Server
C. Play MineCraft at Okinawa.rb Server

A. Increase Swap Size (cf. swapファイルを追加する)

1. cat /proc/swaps

  Filename      Type    Size        Used    Priority
  /dev/dm-1              partition  2093052 814496  -1

2. sudo dd if=/dev/zero of=/swap bs=2G count=5 iflag=fullblock

   5+0 records in
   5+0 records out
   10737418240 bytes (11 GB) copied, 3079.19 s, 3.5 MB/s

3. sudo mkswap /swap

   OKINAWARB /home/yasulab% sudo mkswap /swap                                          
   [sudo] password for yasulab: 
   Setting up swapspace version 1, size = 10485756 KiB
   no label, UUID=9ac709f4-1232-4583-967a-05e1e79d3235

4. sudo swapon /swap

5. sudo echo "/swap swap swap defaults 0 0" >> /etc/sftab

6. cat /proc/swaps

   Filename             Type        Size      Used  Priority
   /dev/dm-1            partition   2093052 804008  -1
   /swap                file        10485756     0  -2

B. Install MineCraft Server (cf. #27)

  1. sudo aptitude install openjdk-6-jre
  2. which java; /usr/bin/java
  3. mkdir ~/minecraft; cd minecraft
  4. wget https://s3.amazonaws.com/Minecraft.Download/versions/1.7.9/minecraft_server.1.7.9.jar
  5. java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui #=> /stop to stop server.

See UbuntuでMinecraftサーバを構築 for details.

  • Note: Need to consider how to co-exist MineCraft server with ScreenX TV server.

C. Play MineCraft at Okinawa.rb Server

SS001
SS002

Omake:
SS000

@yasulab yasulab changed the title [WIP] No.119: Install MineCraft Server [WIP] No.119: Install MineCraft Server (close #27) May 21, 2014
@yasulab yasulab changed the title [WIP] No.119: Install MineCraft Server (close #27) [WIP] No.119: Install MineCraft Server (Close #27) May 21, 2014
@yasulab yasulab self-assigned this May 21, 2014
@yasulab
Copy link
Member Author

yasulab commented May 21, 2014

💭 (メッチャ時間掛かっている...)

OKINAWARB /home/yasulab% sudo dd if=/dev/zero of=/swap bs=2G count=5 iflag=fullblock

@yasulab yasulab changed the title [WIP] No.119: Install MineCraft Server (Close #27) No.119: Install MineCraft Server (Close #27) May 21, 2014
@yasulab
Copy link
Member Author

yasulab commented May 21, 2014

@hanachin あとで Merge おなしゃす。

来週はこれやろう...

Craft BukkitでMinecraft Serverの構築とプラグインの導入とか

@hanachin
Copy link
Member

"```"のコードブロック、liのなかだとスタイルのせいなのか、変な見え方になりますね
2014-05-22 20 17 43

https://dl.dropboxusercontent.com/u/2819285/minecraft-okinawarb_001.png への画像ファイルのリンク、画像ファイルを直接このリポジトリ内に入れて欲しいです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants