The process of spinning up your development envronment consisting of a local instance of the Fabscape Platform as well as the default Visualizer, Fabscape Dashboard, has been greatly simplified.
Installing from a File Package
- Download the Fabscape Platform for Developers here
- Unpack the package and it will create a folder named fabscape-platform-dev
1$ tar xvfz fabscape-platform-dev.tgz - Go into the unpacked folder and all you need to do is run the following. Note that how you spin up the docker compose will vary slightly depending on your installed Docker Compose environment. See here for details on different Compose versions.
If your environment uses Compose v1
1$ docker-compose up -d
if your environment uses Compose v2 or higher
1$ docker compose up -d - Give the sytem a few minutes to download the install container images from the docker registry and spin up
- Once it is up open your browser (preferably Chrome) and open the following URL
http://<server address or host>:8080
- For first time installations you will see a registration screen for the administrator user. Fill in the information and you are ready to start developing on Fabscape.