-
Notifications
You must be signed in to change notification settings - Fork 84
Running Sandboxed PythonBuddy
Ethan Chiu edited this page Oct 21, 2018
·
1 revision
Prereqs:
- Install Docker and Node.js
- Running on Linux Server
System requirements:
- 4GB of Storage
- 1GB of RAM
Steps:
git clone https://github.com/ethanchewy/PythonBuddySandbox
git clone https://github.com/ethanchewy/PythonBuddySandboxed
cd PythonBuddySandbox/container
docker build -t christophetd/docker-sandbox .
cd
npm install --save docker-python-sandbox-pythonbuddy
cd PythonBuddySandboxed
cp api/config.js.sample api/config.js
sudo npm start
Remember!!
Change config.js
's config.security.secret
to something different and change static/js/javascript.js in PythonBuddySandboxed to the same secret!!
Navigate to ExternalIP:3000
to see PythonBuddy Dockerized!
Please change settings in config.js and