Skip to content

Commit cf091f3

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

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

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

3+
## Using Docker Compose
4+
To build:
5+
```
6+
docker-compose -f docker-compose.yaml build plastic
7+
```
8+
To run:
9+
```
10+
docker-compose -f docker-compose.yaml up -d plastic
11+
```
12+
13+
To add a user: `PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS`
14+
15+
To refresh the server: `PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS`
16+
17+
18+
#### The next three instructions assume you are looking at directory in which you cloned this repository.
19+
* To upload a new license file: replace the file named `plasticd.lic` in the `data/conf` directory
20+
* To backup the databases: copy the files from the `data/sqlite` directory
21+
* To retrieve logs: copy the files from the `data/logs` directory
22+
23+
24+
## Classic mode
325
To build:
426

5-
docker build --rm=true -t <image_name> plastic
27+
docker build --rm=true -t <image_name> plastic -f Dockerfile.14
628

729
To run:
830

0 commit comments

Comments
 (0)