このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/README.md

62 行
1.2 KiB
Markdown
Raw 通常表示 履歴

2021-08-03 15:29:48 +09:00
# kikikanri
危機管理クラウドアプリ
2021-09-29 11:39:47 +09:00
2021-09-29 11:40:39 +09:00
# 開発環境構築手順
2021-09-29 11:39:47 +09:00
#### Docker立ち上げ
```
2021-09-29 11:39:47 +09:00
docker-compose up -d
```
2021-09-29 11:39:47 +09:00
#### appに入る
```
2021-09-29 11:39:47 +09:00
docker-compose exec app bash
```
2021-09-29 11:39:47 +09:00
#### 3.各種インストール
```
2021-09-29 11:39:47 +09:00
npm install
composer install
```
2021-09-29 11:39:47 +09:00
#### npm実行
```
2021-09-29 11:39:47 +09:00
cp .env.example .env
php artisan key:generate
npm run watch ( npm run dev )
```
2021-09-29 11:39:47 +09:00
#### DB接続
```
2021-09-29 11:39:47 +09:00
php artisan migrate:fresh --seed
```
2021-09-29 11:39:47 +09:00
2021-12-12 15:05:32 +09:00
#### 6.ストレージのリンク
```
php artisan storage:link
```
#### crontab(スケジューラー)
```
service cron start
```
2021-09-29 11:39:47 +09:00
2021-09-29 11:40:39 +09:00
# 仕様書
#### ■ 基本情報
2021-09-29 11:39:47 +09:00
https://docs.google.com/spreadsheets/d/1_S9Hbrf3XZcLXBrnTqxTusuoO5_9dmAooTQ2EGsR7mo/edit?usp=sharing
2021-09-29 11:40:39 +09:00
#### ■ フロントエンド
2021-09-29 11:39:47 +09:00
https://docs.google.com/spreadsheets/d/14wR8VARy5geANyMcaXGANRfmBjXs8hZp3O-pFYbzUXo/edit?usp=sharing
2021-09-29 11:40:39 +09:00
#### ■ バックエンド
2021-09-29 11:39:47 +09:00
https://docs.google.com/spreadsheets/d/1UYafqtgnrRErS_O3vWLAHb_UsTO14VOpdqZ07ActeZM/edit?usp=sharing
2021-09-29 11:40:39 +09:00
#### ■ DB
2021-09-29 11:39:47 +09:00
https://docs.google.com/spreadsheets/d/1RBd-o9d_aLiRsopX4rxdgRTo9aPUtrZbLauN7RtLYek/edit?usp=sharing
#### デザイン
https://xd.adobe.com/view/d692dfcb-15f6-4444-9c48-2bbab7b06979-83c1/