This repository was archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Quentin Guidée edited this page Aug 3, 2022
·
11 revisions
There are 2 ways to run the server:
From pre-compiled artifacts
- Go to cloud-sh-server/actions
- Select the first green workflow
- Go to Artifacts, and click on
cloud-sh-server.jar(be sure that you're connected to your GitHub account) - 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 runBe sure to have Node.js and Yarn installed. Then:
git clone https://github.com/quentinguidee/cloud-sh-client.git
yarn install
yarn startBy default, the client considers that the server is located at http://localhost:8080. You can change this (1) in the .env file or (2) with SERVER_URL=your_url yarn start.
| Next step 🚀 | Configuration |
|---|