Smart-SE / sse2019-group5

MIT License
1 stars 0 forks source link

[環境構築スクリプト作成]検証用、リリース用に環境構築を自動化したい #19

Open dandan611 opened 5 years ago

dandan611 commented 5 years ago

毎回手で構築するのはつらいので、下記の環境を自動で作りたい

環境構成

自動化したい手順

利用するツール

ポートフォワード設定

下記のリポジトリの成果物一部利用できたら利用する。 https://github.com/dandan611/Settler

dandan611 commented 5 years ago

下記を参考 http://exrecord.net/how-to-install-latest-nodejs https://qiita.com/chihiro/items/ae1eb63537e60b03cb68

sakai-memoru commented 5 years ago

@here 以下のチケットが残っていますね。

新たな環境を構築する際のスクリプトは、以下ぐらいかな。土曜日午前に、やれば、できそうな感じです。 ※node、gitのインストールしてあること。

$ git clone https://github.com/Smart-SE/sse2019-group5.git
$ cd sse2019-group5
$ npm install
$ npm install -g json-server

起動は、コンソールをわけて, sse2019-group5配下で

$ nmp start
$ json-server --watch db.json --port 3004