Skip to content

Installation

Rick Lamers edited this page Aug 7, 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 are on Windows - make sure you share your drives https://docs.docker.com/docker-for-windows/#shared-drives

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