Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Installation

Manabu Niseki edited this page Feb 20, 2022 · 14 revisions

Install with Docker

git clone https://github.com/ninoseki/uzen
cd uzen

mv .env.sample .env
# edit .env and change "CHANGE_ME".
# see https://github.com/ninoseki/uzen/wiki/Configuration for more details
vim .env

docker-compose up -d

Your application is running at: http://localhost:8000/ in your browser.

Clone this wiki locally