Skip to content

Windows Batch Scripts to get Torus up and running on Windows 7 and 10 Home

License

Notifications You must be signed in to change notification settings

dacog/Windows-7-10-HOME-Data-Science-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 7 & 10 HOME Data Science setup (Torus, Docker and Cookiecutter)

This setup in opinionated. Please read the disclaimer below

I wanted to set up Torus on Windows 7 and Windows 10 Home and realized it was not as simple as I thought (at least compared to Linux and Mac).

As a summary, Docker Desktop is not supported for Windows 7 and Windows 10 HOME, so you have to install Docker Toolbox

After reading and testing I got a batch script to somehow automate the process.

What will this do?

  1. Install chocolatey
  2. Install python3 using chocolatey
  3. Create a Docker forlder in the folder where the script is
  4. Install pip and cookiecutter
  5. Download DockerTools from docker.com into Docker folder
  6. Open DockerTools.exe for you and wait until it is installed
  7. Create Torus project

Instructions

  1. Download scripts/data-science-windows-7-and-10-HOME.cmd to a folder of your choice. I recommend your Documents or Desktop folder.
  2. Right clic on the file and click on open as administrator

  1. Follow the instructions.
  2. Open Docker Quickstart Terminal and cd to the project folder inside folder you chose
  3. From Docker Quickstart Terminal run ./start.sh
  4. Once ready you will have a TORUS instance up and running. You can check by running docker ps in a cmd or terminal

TO-DO

[ ] Fix script for Windows 10 Pro (or not HOME) to support WLS and Docker Desktop

Disclaimer

I publish this in case others find it useful. Use it under your own risk. This script is opionated, meaning I chose the tools and paths I liked, which may be different from those you want. You are free to modify it according to your needs.

About

Windows Batch Scripts to get Torus up and running on Windows 7 and 10 Home

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published