Skip to content

tmaeg/gourmet-log

Repository files navigation

セットアップ

Windows + VSCode + Dev Containerの場合

任意のフォルダで

git clone https://github.com/tmaeg/gourmet-log.git
cd gourmet-log
docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php82-composer:latest \
    composer install --ignore-platform-reqs
cp .env.example .env
code .

VSCodeが開いたら「Reopen in Container」
詰まったらコンテナとボリュームを消して開きなおす

以下、VSCode上のコンソールで

php artisan key:generate
npm install
php artisan migrate
php artisan db:seed
php artisan storage:link
npm run dev

migrateは1回でうまくいかないことがある
最後にlocalhostにアクセス
ログイン用メールアドレス:[email protected] パスワード:password

HeidiSQLの設定

パスワードはpassword
image

About

リモートワーク研修課題

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published