Skip to content

Commit

Permalink
Merge pull request #33 from yukiarrr/change-from-update-to-deploy
Browse files Browse the repository at this point in the history
Change from Update to Deploy in README
  • Loading branch information
yukiarrr authored Sep 6, 2020
2 parents 4946a95 + a7e4609 commit a94d2b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Chrome拡張とSpreadsheetを用いることで、データの作成から反映
3. コードエディタが開くので、`SSBird/gas/apply.gs`のコードで上書き後に保存してください
4. (省略可能)`apply.gs`の8行目に、`const password = "ここにランダムなパスワードを入力";`のようにパスワードを入力してください(Chrome拡張導入時にApply Passwordとして必要となります)
5. 上のステータスバーから、`リソース > Google の拡張サービス...`を選択し、「Google Sheets API」をONにしてください
6. 上のステータスバーから、`公開 > ウェブ アプリケーションとして導入...`を選択し、「Who has access to the app」でSSBirdを使用するメンバーがアクセスできるように権限を変更してから「更新」を押してください
6. 上のステータスバーから、`公開 > ウェブ アプリケーションとして導入...`を選択し、「Who has access to the app」でSSBirdを使用するメンバーがアクセスできるように権限を変更してから「Deploy」を押してください
7. 更新後に承認を求められるので、説明に従って承認してください
8. [こちら](#extension-configjsonについて)を参考に、`SSBird/examples/extension-config.json`を編集します(applyUrlはこの手順の5の完了後に表示されるURLを使用してください)
9. 設定ファイルをチームメンバーがアクセスできるGoogle Drive上の場所で右クリックし、`ファイルをアップロード`で編集した`extension-config.json`をアップロードします
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ As an operational flow, we assume that when a csv is pushed to GitHub, it is imp
3. Open the code editor, overwrite it with the code in `SSBird/gas/apply.gs` and save it
4. (optional) In line 8 of the `apply.gs`, enter your password like `const password = "Enter a random password here";` (it will be required as Apply Password when the Chrome extension is installed)
5. From the status bar above, go to `Resources > Advanced Google services...` and turn on "Google Sheets API"
6. From the status bar above, select `Publish > Deploy as Web app...` and change the permissions under "Who has access to the app" so that SSBird members can access it, then press "Update"
6. From the status bar above, select `Publish > Deploy as Web app...` and change the permissions under "Who has access to the app" so that SSBird members can access it, then press "Deploy"
7. You will be asked to approve it after the update, so follow the instructions to approve it
8. Edit SSBird/examples/extension-config.json with reference to [this](#about-extension-configjson) (use the URL that appears after the completion of step 5 of this procedure for applyUrl)
9. Right-click on the configuration file in a location on Google Drive that your team members can access and upload the `extension-config.json` that you edited in `Upload files`
Expand Down
2 changes: 1 addition & 1 deletion cli/ssbird/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CLIからcsvのデータをスプレットシートに反映することがで
2. スクリプトを保存したいGoogle Drive上の場所で右クリックし、`その他 > Google Apps Script`を選択してください(`apply.gs`とは別で作成してください)
3. コードエディタが開くので、`SSBird/gas/sync.gs`のコードで上書き後に保存してください
4. (省略可能)`sync.gs`の8行目に、`const password = "ここにランダムなパスワードを入力";`のようにパスワードを入力してください(`cli-config.json``"syncPassword"`として必要となります)
5. 上のステータスバーから、`公開 > ウェブ アプリケーションとして導入...`を選択し、「Who has access to the app」でSSBirdを使用するメンバーがアクセスできるように権限を変更してから「更新」を押してください
5. 上のステータスバーから、`公開 > ウェブ アプリケーションとして導入...`を選択し、「Who has access to the app」でSSBirdを使用するメンバーがアクセスできるように権限を変更してから「Deploy」を押してください
6. 更新後に承認を求められるので、説明に従って承認してください

### CLI側
Expand Down
2 changes: 1 addition & 1 deletion cli/ssbird/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It can reflect csv data from the CLI to Spreadsheet, and is intended to be used
2. Right-click on the location on Google Drive where you want to save the script and select `More > Google Apps Script` (please create it separate from `apply.gs`)
3. Open the code editor, overwrite it with the code in `SSBird/gas/sync.gs` and save it
4. (optional) In line 8 of the `sync.gs`, enter your password like `const password = "Enter a random password here";` (it will be required as `"syncPassword"` in `cli-config.json`)
5. From the status bar above, select `Publish > Deploy as Web app...` and change the permissions under "Who has access to the app" so that SSBird members can access it, then press "Update"
5. From the status bar above, select `Publish > Deploy as Web app...` and change the permissions under "Who has access to the app" so that SSBird members can access it, then press "Deploy"
6. You will be asked to approve it after the update, so follow the instructions to approve it

### CLI side
Expand Down

0 comments on commit a94d2b1

Please sign in to comment.