Skip to content

Commit

Permalink
Merge pull request #10 from silverstripe/pulls/main/remove-docker
Browse files Browse the repository at this point in the history
MNT Remove docker files
  • Loading branch information
GuySartorelli authored Dec 5, 2023
2 parents ffd3af6 + 7dd1d2a commit ce607c4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 246 deletions.
70 changes: 0 additions & 70 deletions Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,6 @@ Use the following querystring syntax to select a table and filter the results -

`?t=merged-prs&filters={"authorType"%3A"!product%20%26%26%20!bot"}`

## Docker commands

**Start containers**

docker-compose up --build -d

**Stop containers**

docker-compose down

**SSH in as root**

docker exec -it rhino_webserver /bin/bash

**SSH in as www-data user**

docker exec -it rhino_webserver sh -c "cd /var/www && su -s /bin/bash www-data"

## Log in to database from host

`mysql -uroot -proot -h0.0.0.0 -P3398 -DSS_mysite`

## GitHub API token

Rhino is designed to only access public repos, therefore the GitHub API token should have zero permissions. The token is used purely to increase the allowed API rate limit.
Expand Down
43 changes: 0 additions & 43 deletions docker-compose.yml

This file was deleted.

37 changes: 0 additions & 37 deletions docker_apache_default

This file was deleted.

74 changes: 0 additions & 74 deletions docker_script

This file was deleted.

0 comments on commit ce607c4

Please sign in to comment.