- Ruby 2.7.2
- Rails 6.0.3.6
- Redis 5.0.1 +
- Postgresql 12 +
Use Homebrew
$ brew install redis
$ brew install postgresql
$ brew install imagemagick@6$ apt-get install redis
$ apt-get install postgresql
$ apt-get install imagemagic$ git clone git@github.com:bulbinc/108sharing.git
$ cd 108sharing
$ make setupif errors occur, instead of 'make setup' do step by step :
$ bundle install
$ yarn
$ bin/rails db:drop db:create db:migrate db:seed
(You may need to do 'yarn upgrade' and on mac you need to install x-code CLI)
when setup is done you can run
$ make dev
and see the website on your browser at 'http://localhost:3000'
$ git clone git@github.com:bulbinc/108sharing.git
$ cd 108sharing
$ make docker-build
$ make docker-setup
$ make up$ cp .env.sample .env
```.env```ファイルに環境変数の値を入力する。Update the values in the file.
admin@example.com / shareusers
user@example.com / shareusers
guest@example.com / shareusers
$ make migrate$ rails rspecRead the Makefile to see all possible commands and deployments options!
https://github.com/bulbinc/108sharing/blob/master/Makefile
Refer to the WIKI for more information:
https://github.com/bulbinc/108sharing/wiki
https://github.com/bulbinc/108sharing/blob/master/LICENSE.txt
[108Sharingのライセンスについて]
108Sharingはのライセンスはデュアルライセンス方式です。無償で利用できる「スタートアップライセンス」と、 有償の「商用ライセンス」が選択できます。 サービスの商用利用を開始した際には商用ライセンスの申し込みが必要になります。 ライセンスに関して詳しくは公式サイトをご確認下さい。