An open API service indexing awesome lists of open source software.

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

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.