Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yesnault/docker-phabricator-alone
Dockerfile with ubuntu / phabricator (and without mysql)
https://github.com/yesnault/docker-phabricator-alone
Last synced: about 1 month ago
JSON representation
Dockerfile with ubuntu / phabricator (and without mysql)
- Host: GitHub
- URL: https://github.com/yesnault/docker-phabricator-alone
- Owner: yesnault
- Created: 2014-11-02T10:26:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T13:26:30.000Z (about 10 years ago)
- Last Synced: 2024-04-30T23:52:03.259Z (7 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-phabricator-alone
==================
Dockerfile with debian:jessie / phabricatorRun
----
```
docker run -i -d -p 8081:80 yesnault/docker-phabricator-alone
```
See `run-server.sh` for volume mapping.Set DB :
```
docker exec -it /opt/phabricator/bin/config set mysql.host
docker exec -it /opt/phabricator/bin/config set mysql.port
docker exec -it /opt/phabricator/bin/config set mysql.user
docker exec -it /opt/phabricator/bin/config set mysql.pass
```Build and run
---------------```
git clone https://github.com/yesnault/docker-phabricator.git
./build.sh
./run-server.sh
````Go to http://localhost:8081
You can connect into container with this command :
```
docker exec -it bash
```Conf files are written on `/data/phabricator/conf` (described in run-server.sh)
Repositories files are written on `/data/phabricator/repo` (described in run-server.sh)