-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Yasuhito Takamiya edited this page May 31, 2023
·
2 revisions
PostgreSQL を brew
でインストールしておいてください。Qni の DB として使います。
- postgresql
- libpq
Ruby 2.7.4 をインストールしておいてください。rbenv
を使うのがおすすめです。
git clone https://github.com/qniapp/qni.git
cd qni
yarn
yarn コマンドは npm でインストールしておいてください。
yarn build
Qni 本体は apps/www
にあります。Qni の開発は主にこのディレクトリで行います。
cd apps/www
必要な gem のインストール
bundle
データベースのセットアップ
rake db:create
rake db:migrate
以下のコマンドで localhost:3000
に Qni が起動します。
yarn dev