Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
338
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
23
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
b3e5198f
Unverified
Commit
b3e5198f
authored
5 years ago
by
Acid Chicken (硫酸鶏)
Browse files
Options
Downloads
Patches
Plain Diff
Use yarn instead of npm
parent
6e042ca3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
docs/setup.en.md
+3
-3
3 additions, 3 deletions
docs/setup.en.md
docs/setup.fr.md
+2
-2
2 additions, 2 deletions
docs/setup.fr.md
docs/setup.ja.md
+2
-2
2 additions, 2 deletions
docs/setup.ja.md
with
8 additions
and
8 deletions
CHANGELOG.md
+
1
−
1
View file @
b3e5198f
...
...
@@ -637,7 +637,7 @@ mongodb:
db
:
misskey
```
3.
migration ブランチに切り替え
4.
`np
m i
`
4.
`np
x yarn install
`
5.
`npm run build`
6.
`npm run migrate`
7.
master ブランチに戻す
...
...
This diff is collapsed.
Click to expand it.
docs/setup.en.md
+
3
−
3
View file @
b3e5198f
...
...
@@ -50,7 +50,7 @@ Please install and setup these softwares:
5.
Install misskey dependencies.
`np
m
install`
`np
x yarn
install`
*4.* Configure Misskey
----------------------------------------------------------------
...
...
@@ -130,7 +130,7 @@ You can check if the service is running with `systemctl status misskey`.
### How to update your Misskey server to the latest version
1.
`git checkout master`
2.
`git pull`
3.
`np
m
install`
3.
`np
x yarn install`
or
`yarn
install`
4.
`NODE_ENV=production npm run build`
5.
`npm run migrate`
6.
Restart your Misskey process to apply changes
...
...
@@ -138,7 +138,7 @@ You can check if the service is running with `systemctl status misskey`.
If you encounter any problems with updating, please try the following:
1.
`npm run clean`
or
`npm run cleanall`
2.
Retry update (Don't forget
`np
m i
`
)
2.
Retry update (Don't forget
`np
x yarn install`
or
`yarn install
`
)
----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/setup.fr.md
+
2
−
2
View file @
b3e5198f
...
...
@@ -50,7 +50,7 @@ Installez les paquets suivants :
5.
Installez les dépendances de misskey.
`np
m
install`
`np
x yarn
install`
*4.* Création du fichier de configuration
----------------------------------------------------------------
...
...
@@ -124,7 +124,7 @@ Vous pouvez vérifier si le service a démarré en utilisant la commande `system
### Méthode de mise à jour vers la plus récente version de Misskey
1.
`git checkout master`
2.
`git pull`
3.
`np
m
install`
3.
`np
x yarn
install`
4.
`NODE_ENV=production npm run build`
5.
`npm run migrate`
...
...
This diff is collapsed.
Click to expand it.
docs/setup.ja.md
+
2
−
2
View file @
b3e5198f
...
...
@@ -51,7 +51,7 @@ adduser --disabled-password --disabled-login misskey
5.
Misskeyの依存パッケージをインストール
`np
m
install`
`np
x yarn
install`
*4.* 設定ファイルを作成する
----------------------------------------------------------------
...
...
@@ -131,7 +131,7 @@ npm run init
### Misskeyを最新バージョンにアップデートする方法:
1.
`git checkout master`
2.
`git pull`
3.
`np
m
install`
3.
`np
x yarn
install`
4.
`NODE_ENV=production npm run build`
5.
`npm run migrate`
...
...
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