A next generation MUD server built with Node, Mongo, Rabbit, Docker and Vagrant.
- Download Vagrant >= 1.8
- Install Vagrant, making sure it's tools get added to your PATH
- At a command prompt, type
vagrant plugin install vagrant-vbguest
- At the root of the yew project, type
vagrant up
. The first time you do this will take some time. - When you are ready to run the server type
vagrant ssh
. Once you are in the VM entercd /vagrant
- Navigate to the directory where you have cloned the yew repository
- Start the development shell, at the root of the project, enter
fuge ./fuge/compose-dev.yml
. This will bring up several infrastructure containers, including Mongo and RabbitMQ - At the Fuge shell type
start all
to bring up all the servers. The server should initialze and be ready for login.
- Install Node.js >= 5.0. You may need to follow the instructures here
- Install Docker >= 1.10. See Dockers instructions here
- Enter the following command
npm install node-inspector fuge gulp jshint -g
- Navigate to the directory where you have cloned the yew repository
- Start the development shell, at the root of the project, enter
fuge ./fuge/compose-dev.yml
. This will bring up several infrastructure containers, including Mongo and RabbitMQ - At the Fuge shell type
start all
to bring up all the servers. The server should initialze and be ready for login.
Coming soon.