https://github.com/jonalu/codescene
Setup for running CodeScene using docker-compose
https://github.com/jonalu/codescene
Last synced: 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T06:27:38.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:47:26.214Z (4 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.