Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Docker-compose setup

Quick Start

Prerequisites

Make sure you have:

  • Docker
  • Docker Compose
  • Linux OS (or WSL) - (OPTIONAL)
    • Window users can also run the APP via WSL. See WSL for installation instructions.

Deploy the App

Clone this repository:

git clone https://github.com/aphrc-nocode/no-code-prod.git
cd no-code-prod/compose

Start the App

./start.sh

The app can be accessed via http://localhost:8088 or http://127.0.0.1:8088

Stop the App

./stop.sh