Skip to content

Installation

Rick Lamers edited this page Aug 1, 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. Note! Username: admin password: admin

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