Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3m3vilurr/p4-archive
https://github.com/d3m3vilurr/p4-archive
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d3m3vilurr/p4-archive
- Owner: d3m3vilurr
- Created: 2017-06-09T08:36:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T08:40:54.000Z (over 7 years ago)
- Last Synced: 2024-12-10T14:49:33.837Z (about 1 month ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perforce archive server
## How to use
```
pip install -r requirement.txt
cp config.py.sample config.py
vi config.py
python archive.py
```## Dockenize
```
docker build -t sulee/p4-archive .
vi config.py
docker run --rm -v $(pwd)/config.py:/opt/config.py -p 5000:5000 sulee/p4-archive
```