twisterp2pnetworkbittorrentblockchainmicrobloggingipv6social-networkdhtdecentralizedtwister-servertwister-ipv6twister-coretwisterarmyp2p-network
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
731 B
731 B
Vagrant + Debian building instructions
This will run a virtual machine with all tools required to build and run twister using Vagrant. This will probably work wherever vagrant can be installed.
Dependencies
Install
- git clone https://github.com/miguelfreitas/twister-core.git
- cd twister-core
- vagrant up
Tweeking
If you have lots of ram in your machine, feel free to use it edit the twister-core/Vagrantfile and change the line
v.customize ["modifyvm", :id, "--memory", 1024]
and write 2048, 4096 or whatever you feel resonable before running vagrant up.
This will make compile time and life in general much better in the virtual machine.