Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

docker-phabricator-alone
==================
Dockerfile with debian:jessie / phabricator

Run
----
```
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)