set up your server and install the cyber-dojo script
- On Linux
- On a Mac (use Docker-Toolbox to create a Linux+docker Virtual Machine and shell into it)
- On Windows (use Docker-Toolbox to create a Linux+docker Virtual Machine and shell into it)
bring up your cyber-dojo server
If you want to install all the language+testFrameworks (takes ~15 mins the first time),in a terminal, type:
./cyber-dojo up
If you want to install only the more common language+testFrameworks (C, C++, C#, Java, Javascript, Python),
in a terminal, type:
URL=https://raw.githubusercontent.com/cyber-dojo/start-points-languages/master/languages_list_common
./cyber-dojo start-point create common --list=${URL}
./cyber-dojo up --languages=common
Put your cyber-dojo server's IP address into your browser. That's it.
bring down your cyber-dojo server
In a terminal, type:./cyber-dojo down