Skip to content

kilrogg/docker-phabricator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-phabricator

Dockerfile with debian:jessie / mysql / phabricator

Run

docker run yesnault/docker-phabricator

Build and run

git clone https://github.com/yesnault/docker-phabricator.git
./build.sh
./run-server.sh

Go to http://localhost.local:8081

Docker HTTP listen on 8081 and ssh listen on 2244

You can connect with ssh with this command (and password docker):

ssh admin@localhost -p 2244

Mysql files are written on /data/phabricator/mysql (described in run-server.sh)

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)

About

Dockerfile with ubuntu / mysql / phabricator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%