Skip to content

Instantly share code, notes, and snippets.

@dirkk0
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirkk0/655c5a27e718597a8913 to your computer and use it in GitHub Desktop.
Save dirkk0/655c5a27e718597a8913 to your computer and use it in GitHub Desktop.
Install Minetest Server with Carbone on Ubuntu 12.04 in Amazon EC2
sudo apt-get update
sudo apt-get install --yes htop unzip
sudo apt-get install --yes python-software-properties
sudo add-apt-repository --yes ppa:minetestdevs/stable
sudo apt-get update
sudo apt-get install --yes minetestc55
wget https://gitorious.org/calinou/carbone/archive/master.zip -O carbone.zip
unzip carbone.zip
mkdir .minetest
mkdir .minetest/games
mv calinou-carbone carbone
mv carbone/ .minetest/games/
screen -S mtserver -L -dm bash -c "minetest --server --gameid carbone --world /home/ubuntu/.minetest/worlds/world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment