summaryrefslogtreecommitdiff
path: root/docs/setup.ja.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-21ドキュメントをmisskey-hubに移管syuilo1-145/+0
2021-10-21doc: recursive (#7893)tamaina1-1/+1
2021-09-04藍モード (#7687)syuilo1-3/+4
* wip * wip * シンボリックリンクやめた * install lib dependency * bring live2d assets from misskey-dev/assets * refactor * nanka iroiro * コミット忘れ * random motion * wip * run git submodule update --init * コミット忘れ * refactor * fix bug * Update misskey-assets * lint * lint * lint * 藍モード修正 (#7702) * lazy load live2d script * fix typo * lazy load also widget * hot link to cubism core * https://github.com/misskey-dev/misskey/pull/7702/files#r695623821 * fix lint * remove live2d stuff * use iframe * update * Update gulpfile.ts * update * Update .gitattributes * update Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2021-03-24syuilo/misskey --> misskey-dev/misskeysyuilo1-2/+2
2020-07-30Simplified Chinese Install & Setup Guides Added (#6604)Nya Candy1-1/+2
* Simplified Chinese Install & Setup Guides Added * Using lists in navigation between languages * (Delete a closing bracket added by mistake Co-authored-by: Candinya <dev@lcy.moe>
2020-05-23Drop support for Node v11, v13 (#6402)MeiMei1-1/+1
2020-01-09ドキュメントのNode.js最小バージョンを修正 (#5700)rinsuki1-1/+1
@typescript-eslint/parserが11.10.1以上じゃないと入らない > error @typescript-eslint/parser@2.3.3: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "11.7.0" https://github.com/syuilo/misskey/runs/274115939
2019-07-15Use yarn (#5154)Acid Chicken (硫酸鶏)1-13/+14
* Revert ":v:" This reverts commit b5b437b8784eb32531e0965d722ddb691775df08. * Welcome back, yarn.lock [lockfiles for all](https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/) * Use alpine package registry instead of npm's * Avoid npx * Remove `"` * Follow review refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227256 * Update lockfile * Use yarn instead of npm run refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227285 * Back to npm * Follow review refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303292279
2019-07-14Use yarn instead of npmAcid Chicken (硫酸鶏)1-2/+2
2019-07-09Update uodate docssyuilo1-1/+1
2019-04-17Doc: Update setup documents (#4680)かひわし4(バージョン1)1-29/+55
* Doc: Update setup documents Use GitHub api to checkout latest release instead of "git tag" command which cannot accurately determine prerelease tag. Also, Changed numbered list format because the shell command is too long to fit on one line. * Doc: Use tab instead of spaces * Doc: Use master branch as latest release tag master branch and latest release is the same. master branch merges develop branch with each latest release.
2019-04-13Redis必須にsyuilo1-17/+6
2019-04-08Doc: Update installing command (#4655)かひわし4(バージョン1)1-2/+2
Replace the "Checkout to Latest Release" command. Current setup document will checkout latest alpha version. Because grep command in the document does not exclude alpha version tags.
2019-04-07Use PostgreSQL instead of MongoDB (#4572)syuilo1-9/+11
* wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-03-12Update docsyuilo1-1/+1
2019-02-22docs to run in production mode (#4347)MeiMei1-9/+5
* run in production mode from systemd * NODE_ENV=production npm run build * npm start
2019-02-15Update setup.ja.mdsyuilo1-0/+2
2019-02-05Update setup.ja.mdsyuilo1-0/+1
2019-02-05Improve docsyuilo1-1/+1
2019-02-05Resolve #4139syuilo1-0/+1
2019-02-05Improve docsyuilo1-0/+5
2019-02-03Close #4093syuilo1-3/+2
2018-12-20[Doc] Clean upsyuilo1-9/+0
2018-11-07reCAPTCHAの設定をDBに保存するようにsyuilo1-5/+0
2018-11-05[doc] specify node versionsyuilo1-1/+1
2018-10-11Update setup.ja.mdsyuilo1-2/+2
2018-10-11Update setup.ja.mdsyuilo1-3/+8
2018-10-11Redisをオプションにしたりsyuilo1-1/+3
2018-09-10fix docs (#2678)rinsuki1-1/+1
2018-09-08Update setup.ja.md (#2663)pengin.nu1-0/+1
Sudoに関する記述を追加
2018-09-01Update setup docsAya Morisawa1-0/+1
2018-07-25Update docssyuilo1-9/+2
2018-07-25Update docssyuilo1-1/+1
2018-07-25#1955syuilo1-1/+0
2018-07-23Update setup.*.mdAya Morisawa1-1/+1
2018-07-19reCAPTCHAをオプションにsyuilo1-7/+6
2018-07-15Update docsyuilo1-1/+1
2018-07-15Update setup docsAya Morisawa1-23/+81
2018-07-15#1903syuilo1-1/+1
2018-07-14Update setup.*.mdAya Morisawa1-1/+1
2018-05-23Update docssyuilo1-8/+1
2018-05-23Update setup.ja.mdsyuilo1-2/+5
2018-05-08Update setup.ja.mdsyuilo1-0/+12
2018-04-02Docs: Clean upsyuilo1-7/+0
2018-04-02Docs: Fix heading levelsyuilo1-1/+1
2018-04-02Update setup docssyuilo1-12/+19
2018-03-29Resolve conflictssyuilo1-3/+3
2018-03-29:v:syuilo1-3/+3
2018-03-27Update docssyuilo1-29/+5
2018-03-25Fix the order of setup procedureAkihiko Odaki1-7/+7