Giter Club home page Giter Club logo

gohan_hk's Introduction

実行手順

  1. このリポジトリをローカルにクローンします。
git clone https://github.com/emptyTakahashi/Gohan.git
  1. 初期環境のセットアップ
# プロジェクトディレクトリに移動
cd (省略)/Gohan/test-project/

# Composerパッケージのインストール
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

# .envファイルの作成
## .env.exampleをコピー
cp .env.example ./.env

## .envの修正(22行目から)
##### 修正前
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=

##### 修正後
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=sail
DB_PASSWORD=password

# sailを起動
sail up -d

# APP_KEYの生成
sail php artisan key:generate

# テーブルの作成
sail php artisan migrate

# NPMコマンドでパッケージのインストール
sail npm install

# 開発時なのでdevを指定して初期環境のセットアップを完了します
sail npm run dev
  1. URLにアクセス
http://localhost/

gohan_hk's People

Contributors

emptytakahashi avatar tendakim avatar specialnagao avatar hyungkyukimdev avatar mgitprac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.