ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

Deploy on windows without docker? #74

Closed timothymunyao closed 5 years ago

timothymunyao commented 5 years ago

Is it deployable on windows without docker or just on docker windows containers?

ricklamers commented 5 years ago

@Timothy13Munyao right now the easy way to run Grid Studio is to run it as a Linux Docker container. Either on macOS, Windows or Linux. You could very well run Grid Studio directly on any of these operating systems. But it requires more setup, since you'd need to make sure all required dependencies are installed.

Take a look at the Dockerfile to get an idea of how to run it locally. If you're on Linux for example, in principle you could run all the commands in the Dockerfile and it would run locally.