Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
340
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
24
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Sharkey
Commits
a22ddb05
Commit
a22ddb05
authored
6 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
9455edf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/setup.en.md
+4
-0
4 additions, 0 deletions
docs/setup.en.md
docs/setup.ja.md
+3
-10
3 additions, 10 deletions
docs/setup.ja.md
with
7 additions
and
10 deletions
docs/setup.en.md
+
4
−
0
View file @
a22ddb05
...
...
@@ -124,3 +124,7 @@ You can check if the service is running with `systemctl status misskey`.
2.
`git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)`
3.
`npm install`
4.
`npm run build`
----------------------------------------------------------------
If you have any questions or troubles, feel free to contact us!
This diff is collapsed.
Click to expand it.
docs/setup.ja.md
+
3
−
10
View file @
a22ddb05
...
...
@@ -121,13 +121,6 @@ WantedBy=multi-user.target
3.
`npm install`
4.
`npm run build`
## メモリが足りなくてビルドできない場合
Misskeyの(クライアントの)ビルドには、目安として8GBくらいのメモリを必要とします。
VPSなどでビルドする時は、もしかしたらメモリが足りなくなる可能性があります。
そうなった場合、もしVPSではなくあなたのPCが十分なメモリを搭載しているなら、あなたのPC上でビルドし、生成されたファイルをVPSにFTPでアップロードする方法を採ることができます。
1.
あなたのPC上にMisskeyをインストールする
2.
設定ファイルを用意する。設定ファイルは、サーバーに合わせた設定にします。
3.
npm run webpack
4.
built/client をサーバーにアップロードする
5.
サーバー上で、npm run gulp
----------------------------------------------------------------
なにかお困りのことがありましたらお気軽にご連絡ください。
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment