master
schnico 2015-11-01 03:09:32 +01:00
parent 73491593e2
commit 4bb26195ef
3 changed files with 2 additions and 43 deletions

View File

@ -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=''

View File

@ -1 +0,0 @@
schnico

View File

@ -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