Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

coleyon/pleasanter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

これは何

オープンソースWebDB プリザンター のデモを、簡単に起動できるようシングルコンテナにまとめたComposeです。 Docker上で動かしてみた公式記事の構築手順を基にしつつ、 MSSQLとPleasanterが、Supervisorでシングルコンテナ内で同時に起動する構成です。

Quick Start

$ docker-compose build
$ docker-compose up -d
$ docker exec -it $CONTAINER_ID cmdnetcore/codedefiner.sh   # 初回DB生成
<INFO> RdsConfigurator.Configure: Implem.Pleasanter
<INFO> LoginsConfigurator.Execute: Implem.Pleasanter_Owner
<INFO> LoginsConfigurator.Execute: Implem.Pleasanter_User
<INFO> TablesConfigurator.ConfigureTableSet: Tenants
<INFO> Tables.CreateTable: Tenants
<INFO> Tables.CreateTable: Tenants_deleted
<INFO> Tables.CreateTable: Tenants_history
<INFO> TablesConfigurator.ConfigureTableSet: Demos
<INFO> Tables.CreateTable: Demos
...
<SUCCESS> Starter.ConfigureDatabase: Database configuration is complete.
<SUCCESS> Starter.Main: All of the processing has been completed.

access to http://localhost .

user: Administrator
pass: pleasanter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published