2016/06/17

How to install Docker Bugzilla on Ubuntu 14.04

[user@localhost ~]$ sudo su
[root@localhost ~]$ apt-get update
[root@localhost ~]$ apt-get install -y python-pip
[root@localhost ~]$ curl -L https://github.com/docker/fig/releases/download/1.0.1/fig-`uname -s`-`uname -m` > /usr/local/bin/fig; chmod +x /usr/local/bin/fig
[root@localhost ~]$ pip install -U fig
[root@localhost ~]$ git clone https://github.com/dklawren/docker-bugzilla-fig.git docker-bugzilla
[root@localhost ~]$ cd docker-bugzilla
[root@localhost ~]$ fig up

Open web browser and type URL "http://localhost/bugzilla" to login.

ADMIN_EMAIL = admin@example.com
ADMIN_PASSWORD = password

沒有留言:

張貼留言