-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Manabu Niseki edited this page Jul 19, 2022
·
2 revisions
$ git clone https://github.com/ninoseki/kibune
$ cd kibune
$ cp .env.sample .env
$ cat .env
MYSQL_DATABASE=kibune
MYSQL_USER=kibune
MYSQL_PASSWORD=CHANGE_ME
MYSQL_ROOT_PASSWORD=CHANGE_ME
REDIS_PASSOWRD=CHANGE_ME
PORT=8000
# edit "CHANGE_ME"
$ vim .env
$ docker compose up -d
# then the app app will be available on localhost:{PORT}