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

1. Server

There are 2 ways to run the server:

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 this command:
    java -jar cloud-sh-server.jar
From sources
git clone https://github.com/quentinguidee/cloud-sh-server.git
cd cloud-sh-server
./gradlew run

2. Client

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

git clone https://github.com/quentinguidee/cloud-sh-client.git
yarn install
yarn start

Next step 🚀 Configuration

Clone this wiki locally