Check out your new networking buddy https://www.toynet.projectreclass.org
Project Reclass is a multi-disciplinary nonprofit organization that teaches technical skills to incarcerated veterans. Learn more at projectreclass.org.
The easiest way to get ToyNet up and running is by using the docker-compose. This requires Docker, Docker Compose, and git to be installed. Our docker-compose.yml
file will start each service necessary for using ToyNet on your machine in a production setup.
To get started, first download the docker-compose.yml
file.
For Linux with wget
wget https://raw.githubusercontent.com/Project-Reclass/toynet-react/master/docker-compose.yml
For Windows with Powershell
wget https://raw.githubusercontent.com/Project-Reclass/toynet-react/master/docker-compose.yml -Outfile docker-compose.yml
# or
Invoke-WebRequest https://raw.githubusercontent.com/Project-Reclass/toynet-react/master/docker-compose.yml -Outfile docker-compose.yml
Then to start each ToyNet
docker-compose up --build -d # use -d to run in the background
See the LICENSE file for mor information.
Check out our CONTRIBUTING guide!