差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
20220420_mitosearch_local_environment_setting [2022/05/11 09:26] – 133.11.144.12 | 20220420_mitosearch_local_environment_setting [Unknown date] (現在) – 削除 - 外部編集 (Unknown date) 127.0.0.1 | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Mitosearch Local Environment Configuration ====== | ||
- | **For the first time setting**\\ | ||
- | 1.Install visual studio 2022\\ | ||
- | |||
- | 2.Clone repository\\ | ||
- | Repository location: https:// | ||
- | < | ||
- | Path: C: | ||
- | error: Mojibake | ||
- | solution: | ||
- | |||
- | 3.Authentication-related\\ | ||
- | login your Microsoft account(on the top-right side)\\ | ||
- | add GitHub account, then login the suikoucalender github account in browser\\ | ||
- | Git → Setting → Source code management→[set your username and email address] | ||
- | \\ | ||
- | |||
- | **Development and maintenance**\\ | ||
- | 1.Staged Changes section\\ | ||
- | 2.Commit and update commits\\ | ||
- | 3.push | ||
- | |||
- | |||
- | |||
- | < | ||
- | C: | ||
- | Move to | ||
- | cd C: | ||
- | \\ | ||
- | < | ||
- | npm install ejs | ||
- | npm install i18n | ||
- | npm install –save express-session</ | ||
- | \\ | ||
- | < | ||
- | < | ||
- | localhost: | ||
- | |||
- | |||
- | **For the first time upload onto github** | ||
- | |||
- | make a new repository named mitosearch with suikoucalender account on github | ||
- | git clone git@github.com: | ||
- | copy the files in to the directory | ||
- | git add . | ||
- | git commit -m “ ” | ||
- | git remote add origin http:// | ||
- | git push -u origin main | ||