Skip to content

ophum/humstack-dashboard

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2024
Oct 24, 2020
Nov 13, 2020
Feb 23, 2024
Oct 25, 2020
Feb 23, 2024
Mar 1, 2021
Oct 24, 2020
Jan 19, 2021
Oct 24, 2020
Nov 10, 2020
Oct 24, 2020
Oct 24, 2020
Oct 24, 2020
Nov 13, 2020
Nov 13, 2020
Oct 24, 2020
Oct 25, 2020
Oct 25, 2020
Feb 16, 2021
Nov 13, 2020
Jan 23, 2021
Jan 19, 2021
Nov 13, 2020
Oct 24, 2020
Oct 24, 2020
Oct 24, 2020

Repository files navigation

humstack-dashboard

サーバーなどのリソースの構成管理を行い humstack にデプロイできる。

usage

開発

TODO: Web サーバーも docker で動かすようにする

# mysql
docker-compose up -d

# key setting
php artisan key:generate

# migration
# node情報やグループ, ユーザーはSeederで登録されるので事前に編集しておく必要がある
php artisan migrate --seed

# laravel builtin server
php artisan serve

本番

...

環境変数

.env ファイルに指定するか環境変数で定義する

環境変数 用途
HUMSTACK_API_SERVER_URL http://localhost:8080 humstack apiserver の URL
HUMSTACK_DEFAULT_LOGIN_USERNAME user vm 作成時に cloudinit で設定するユーザー名
HUMSTACK_DEFAULT_LOGIN_USER_PUBLIC_KEY ssh 公開鍵 vm 作成時に cloudinit で設定するユーザーの公開鍵

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages