https://github.com/jonalu/codescene
Setup for running CodeScene using docker-compose
https://github.com/jonalu/codescene
Last synced: 5 months ago
JSON representation
Setup for running CodeScene using docker-compose
- Host: GitHub
- URL: https://github.com/jonalu/codescene
- Owner: jonalu
- Created: 2022-10-08T06:27:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T06:27:38.000Z (over 3 years ago)
- Last Synced: 2025-10-06T14:51:37.320Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CodeScene
Setup for running CodeScene using docker-compose
### Start CodeScene instance
```shell
docker-compose up -d
```
### Generate SSH key
```shell
docker-compose exec -u codescene codescene ssh-keygen
```
### Display SSH key
```shell
docker-compose exec -u codescene codescene ssh-keygen -y
```
### Register SSH key with VSC
Add the SSH key to a user on your repository provider with read access to your repositories.
### Run CodeScene
Go to the CodeScene URL (https://localhost:3003), validate and login using your license credentials, and create projects using the Specify Remotes option.