Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Installation

Quentin Guidée edited this page Aug 3, 2022 · 11 revisions

Installation

1. Database

First of all, you have to start a PostgreSQL server: https://www.postgresql.org/download/.

However, if you are used to Docker, you can instead run this docker-compose.yml

2. Server

Two ways to achieve this:

A. run from pre-compiled artifacts
  1. Go to cloud-sh-server/actions
  2. Select the first green workflow
  3. Go to Artifacts, and click on cloud-sh-server.jar (be sure that you're connected to your GitHub account)
  4. Run the following command in your terminal:
    java -jar cloud-sh-server.jar
B. run from sources
git clone https://github.com/quentinguidee/cloud-sh-server.git
cd cloud-sh-server
./gradlew run

3. Client

Be sure to have Node.js and Yarn installed. Then:

yarn install
yarn start

Clone this wiki locally