File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 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
325To build:
426
5- docker build --rm=true -t <image_name> plastic
27+ docker build --rm=true -t <image_name> plastic -f Dockerfile.14
628
729To run:
830
You can’t perform that action at this time.
0 commit comments