Skip to content

Commit baa5abd

Browse files
committed
Documenting the changes
1 parent 8c65143 commit baa5abd

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
# PlasticSCM Docker image
1+
# PlasticSCM Docker tooling
22

3+
## Using Docker Compose
34
To build:
45

5-
docker build --rm=true -t <image_name> plastic
6+
docker-compose -f docker-compose.yaml build plastic
7+
To run:
8+
9+
docker-compose -f docker-compose.yaml up -d plastic
10+
11+
To add a user: `PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS`
12+
13+
To refresh the server: `PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS`
14+
15+
To upload a new license file: replace the file in the `data/conf` directory (per the docker-compose file)
16+
17+
To backup the databases: copy the files from the `data/sqlite` directory (per the docker-compose file)
18+
19+
To retrieve logs: copy the files from the `data/logs` directory (per the docker-compose file)
20+
21+
22+
## Classic mode
23+
To build:
24+
25+
docker build --rm=true -t <image_name> plastic -f Dockerfile.14
626

727
To run:
828

0 commit comments

Comments
 (0)