Skip to content

Installation

ricklamers edited this page Jul 24, 2019 · 8 revisions

Installing Grid studio locally is very simple:


1. Clone the repository with this command:

git clone https://github.com/ricklamers/gridstudio

2. Run the bash script (on Windows use e.g. Git Bash) with this command:

cd gridstudio && ./run.sh

3. Go to http://127.0.0.1:8080 in your browser

Git Bash for Windows - Docker install

Note: if you run into issues feel free to open a issue on GitHub, I'll try to assist/fix as quickly as possible. Note: on Linux you might need to run (for step 2):

as Docker requires sudo access to run.

Clone this wiki locally