From 4bb26195ef437701d6a797ccc4784440d7157a20 Mon Sep 17 00:00:00 2001 From: schnico Date: Sun, 1 Nov 2015 03:09:32 +0100 Subject: [PATCH] bla --- bootstrap.sh | 4 ++-- contributors.txt | 1 - readme.md | 40 ---------------------------------------- 3 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 contributors.txt delete mode 100644 readme.md diff --git a/bootstrap.sh b/bootstrap.sh index c5d117f..629e6c1 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,8 +2,8 @@ # Use single quotes instead of double quotes to make it work with special-character passwords PROJECTFOLDER='dev_king-arthur.eu_update' -GIT_USER='schnico' -GIT_PWD='ahd_nn_87.' +GIT_USER='' +GIT_PWD='' diff --git a/contributors.txt b/contributors.txt deleted file mode 100644 index df8fc13..0000000 --- a/contributors.txt +++ /dev/null @@ -1 +0,0 @@ -schnico diff --git a/readme.md b/readme.md deleted file mode 100644 index 5b17e73..0000000 --- a/readme.md +++ /dev/null @@ -1,40 +0,0 @@ -MT-Vagrant -========== -Set up a minetest development environment in a virtual machine using Vagrant! ------------------------------------------------------------------------------ - -At the moment this vagrantfile is very simple. -It simply provides a minetest server with standard configuration. - -System Info ------------ - -**OS:** Ubuntu Server 12.04 LTS, 64 Bit -**Minetest:** 0.4.10 -**IP-Address:** 192.168.33.10 -**Port:** 30000 - -How to use? ------------ - -New to Vagrant? No problem! It is very easy to use: - -1. install vagrant & Virtual Box -2. clone this repo to your hard drive -3. cd to the directory, where you copied the repo to and type: `vagrant up` - -Vagrant is now setting up your virtual machine by the settings in the vagrantfile. -You can stop/halt the machine by typing: `vagrant halt` / `vagrant suspend`. -You can also delete it with: `vagrant destroy`. After deleting it, you can set it up again with `vagrant up`. -If you wanna connect to the VM you have to type `vagrant ssh`. -After provisioning (happens after first `vagrant up`) you can place your mods in the mods-Directory. They are now available at server. - -TODO ----- - -* Config minetest with vagrant provisioner -* Support for other DBs (REDIS!) -* ~~Sync mod-dir to directory on host machine~~ -* Provide several MT Versions (set it in provisioner) -* reorganize Vagrantfile, that settings are done in a seperate file -