Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 848 Bytes

run-development.md

File metadata and controls

38 lines (27 loc) · 848 Bytes

Run Opengist in development mode

With Docker

Assuming you have Make installed,

# Clone the repository
git clone [email protected]:thomiceli/opengist.git
cd opengist

# Build the development image
make build_dev_docker

Now you can run the development image with the following command:

make run_dev_docker

Opengist is now running on port 6157, you can browse http:https://localhost:6157

As a binary

Requirements:

git clone [email protected]:thomiceli/opengist.git
cd opengist
make watch

Opengist is now running on port 6157, you can browse http:https://localhost:6157