Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
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
Dima Krasner
Sharkey
Commits
4478298a
Commit
4478298a
authored
5 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
Update uodate docs
parent
a7ec54ea
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
+0
-12
0 additions, 12 deletions
CHANGELOG.md
docs/setup.en.md
+1
-1
1 addition, 1 deletion
docs/setup.en.md
docs/setup.fr.md
+1
-1
1 addition, 1 deletion
docs/setup.fr.md
docs/setup.ja.md
+1
-1
1 addition, 1 deletion
docs/setup.ja.md
with
3 additions
and
15 deletions
CHANGELOG.md
+
0
−
12
View file @
4478298a
...
...
@@ -5,18 +5,6 @@ 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
`npm i`
)
Migration
------------------------------
#### 1
```
npm i -g ts-node
```
#### 2
```
npm run migrate
```
11.
25.0 (2019/07/08)
--------------------
### ✨Improvements
...
...
This diff is collapsed.
Click to expand it.
docs/setup.en.md
+
1
−
1
View file @
4478298a
...
...
@@ -132,7 +132,7 @@ You can check if the service is running with `systemctl status misskey`.
2.
`git pull`
3.
`npm install`
4.
`NODE_ENV=production npm run build`
5.
Check
[
ChangeLog
](
../CHANGELOG.md
)
for migration information
5.
`npm run migrate`
6.
Restart your Misskey process to apply changes
7.
Enjoy
...
...
This diff is collapsed.
Click to expand it.
docs/setup.fr.md
+
1
−
1
View file @
4478298a
...
...
@@ -126,7 +126,7 @@ Vous pouvez vérifier si le service a démarré en utilisant la commande `system
2.
`git pull`
3.
`npm install`
4.
`NODE_ENV=production npm run build`
5.
Consultez
[
ChangeLog
](
../CHANGELOG.md
)
pour les information de
migrat
ion.
5.
`npm run
migrat
e`
----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/setup.ja.md
+
1
−
1
View file @
4478298a
...
...
@@ -133,7 +133,7 @@ npm run init
2.
`git pull`
3.
`npm install`
4.
`NODE_ENV=production npm run build`
5.
[
ChangeLog
](
../CHANGELOG.md
)
でマイグレーション情報を確認する
5.
`npm run migrate`
なにか問題が発生した場合は、
`npm run clean`
または
`npm run cleanall`
すると直る場合があります。
...
...
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