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
Essem
Sharkey
Commits
c8a4d62e
Commit
c8a4d62e
authored
7 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
Update setup docs
parent
85134b51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/setup.en.md
+18
-12
18 additions, 12 deletions
docs/setup.en.md
docs/setup.ja.md
+19
-12
19 additions, 12 deletions
docs/setup.ja.md
with
37 additions
and
24 deletions
docs/setup.en.md
+
18
−
12
View file @
c8a4d62e
...
...
@@ -35,32 +35,38 @@ Please install and setup these softwares:
##### Optional
*
[
Elasticsearch
](
https://www.elastic.co/
)
- used to provide searching feature instead of MongoDB
*3.* Prepare configuration
*3.* Install Misskey
----------------------------------------------------------------
1.
`git clone -b master git://github.com/syuilo/misskey.git`
2.
`cd misskey`
3.
`npm install`
*4.* Prepare configuration
----------------------------------------------------------------
1.
Copy
`example.yml`
of
`.config`
directory
2.
Rename it to
`default.yml`
3.
Edit it
*4.* Install and build Misskey
----------------------------------------------------------------
---
1.
`git clone -b master git://github.com/syuilo/misskey.git`
2.
`cd misskey`
3.
`npm install`
4.
`npm run build`
Or you can generate config file via
`npm run config`
command.
#### Update
1.
`git reset --hard && git pull origin master`
2.
`npm install`
3.
`npm run build`
*5.* Build Misskey
----------------------------------------------------------------
1.
`npm run build`
*
5
.* That is it.
*
6
.* That is it.
----------------------------------------------------------------
Well done! Now, you have an environment that run to Misskey.
### Launch
Just
`sudo npm start`
. GLHF!
#### Way to Update to latest version of your Misskey
1.
`git reset --hard && git pull origin master`
2.
`npm install`
3.
`npm run build`
### Testing
Run
`npm test`
after building
...
...
This diff is collapsed.
Click to expand it.
docs/setup.ja.md
+
19
−
12
View file @
c8a4d62e
...
...
@@ -35,32 +35,39 @@ web-push generate-vapid-keys
##### オプション
*
[
Elasticsearch
](
https://www.elastic.co/
)
- 検索機能を向上させるために用います。
*3.* 設定ファイルを用意する
*3.* Misskeyのインストール
----------------------------------------------------------------
1.
`git clone -b master git://github.com/syuilo/misskey.git`
2.
`cd misskey`
3.
`npm install`
*4.* 設定ファイルを用意する
----------------------------------------------------------------
1.
`.config`
ディレクトリ内の
`example.yml`
をコピー
2.
`default.yml`
にリネーム
3.
編集する
*4.* Misskeyのインストール(とビルド)
----------------------------------------------------------------
---
1.
`git clone -b master git://github.com/syuilo/misskey.git`
2.
`cd misskey`
3.
`npm install`
4.
`npm run build`
または、
`npm run config`
コマンドを利用して、ガイドに従って情報を
入力して設定ファイルを生成することもできます。
#### アップデートするには:
1.
`git reset --hard && git pull origin master`
2.
`npm install`
3.
`npm run build`
*5.* Misskeyのビルド
----------------------------------------------------------------
1.
`npm run build`
*
5
.* 以上です!
*
6
.* 以上です!
----------------------------------------------------------------
お疲れ様でした。これでMisskeyを動かす準備は整いました。
### 起動
`sudo npm start`
するだけです。GLHF!
#### Misskeyを最新バージョンにアップデートする方法:
1.
`git reset --hard && git pull origin master`
2.
`npm install`
3.
`npm run build`
### テスト
(ビルドされている状態で)
`npm test`
...
...
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