ユーザ用ツール

サイト用ツール


linux:蔵書管理

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

linux:蔵書管理 [2019/09/13 17:10] (現在)
MIYAKO 作成
ライン 1: ライン 1:
 +<​code>​
 +curl -sL https://​rpm.nodesource.com/​setup_8.x | bash -
  
 +yum install nodejs gcc-c++ make
 +
 +curl -sL https://​dl.yarnpkg.com/​rpm/​yarn.repo | sudo tee /​etc/​yum.repos.d/​yarn.repo
 +
 +yum install yarn
 +
 +cd /​usr/​local/​src/​
 +
 +git clone https://​github.com/​opt-tech/​bibliotheca-pwa.git ​
 +
 +cp .firebaserc{.example,​}
 +vi .firebaserc
 +
 +{
 +  "​projects":​ {
 +    "​prod":​ "​bibliotheca-mkl", ​          <<<<<​ とりあえずこの行だけ修正した
 +    "​test":​ "​bibliotheca-test"​
 +  },
 +  "​targets":​ {
 +    "​bibliotheca-238406":​ {
 +      "​hosting":​ {
 +        "​bibliotheca-site":​ [
 +          "​bibliotheca-pwa"​
 +        ]
 +      }
 +    },
 +    "​bibliotheca-test":​ {
 +      "​hosting":​ {
 +        "​bibliotheca-site":​ [
 +          "​bibliotheca-test"​
 +        ]
 +      }
 +    }
 +  }
 +}
 +
 +
 +
 +npm install typescript --save-dev
 +
 +npm install react-app-rewired --save-dev
 +npm install react-navi --save-dev
 +
 +
 +npm install lerna --save-dev
 +npm install firebase --save-dev
 +
 +npm install firebase-admin --save-dev
 +npm install firebase-auth --save-dev
 +
 +npm install react-scripts --save-dev
 +npm install firebase-functions --save-dev
 +
 +npm install firebase-hosting --save-dev
 +
 +npm install @slack/​web-api --save-dev
 +npm audit fix
 +
 +npm install webpack-env --save-dev
 +npm install axios --save-dev
 +
 +
 +npm install firebase-firestore --save-dev
 +
 +yarn tsc-w
 +yarn workspace front start
 +</​code>​
linux/蔵書管理.txt · 最終更新: 2019/09/13 17:10 by MIYAKO