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
Charlotte
Sharkey
Commits
97c6dd6f
Commit
97c6dd6f
authored
7 years ago
by
Akihiko Odaki
Browse files
Options
Downloads
Patches
Plain Diff
Fix the order of setup procedure
parent
94f3367c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
LICENSE_AGPL-3.0
+661
-0
661 additions, 0 deletions
LICENSE_AGPL-3.0
README.md
+7
-3
7 additions, 3 deletions
README.md
docs/setup.en.md
+7
-7
7 additions, 7 deletions
docs/setup.en.md
docs/setup.ja.md
+7
-7
7 additions, 7 deletions
docs/setup.ja.md
with
682 additions
and
17 deletions
LICENSE_AGPL-3.0
0 → 100644
+
661
−
0
View file @
97c6dd6f
This diff is collapsed.
Click to expand it.
README.md
+
7
−
3
View file @
97c6dd6f
...
...
@@ -5,7 +5,7 @@
[
![
][
dependencies-badge
]
][dependencies-link]
[
![
][
himawari-badge
]
][himasaku]
[
![
][
sakurako-badge
]
][himasaku]
[
![
][
mit
-badge
]
][
mit
]
[
![
][
agpl-3.0
-badge
]
][
AGPL-3.0
]
[
Misskey
](
https://misskey.xyz
)
is a completely open source,
ultimately sophisticated new type of mini-blog based SNS.
...
...
@@ -55,8 +55,12 @@ Copyright
----------------------------------------------------------------
Misskey is an open-source software licensed under
[
The MIT License
](
LICENSE
)
.
[
mit
]:
http://opensource.org/licenses/MIT
[
mit-badge
]:
https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
The portions of Misskey contributed by Akihiko Odaki
<nekomanma@pixiv.co.jp>
is
licensed under GNU Affero General Public License (only version 3.0 of the
license is applied.) See Git log to identify them.
[
agpl-3.0
]:
https://www.gnu.org/licenses/agpl-3.0.en.html
[
agpl-3.0-badge
]:
https://img.shields.io/badge/license-AGPL--3.0-444444.svg?style=flat-square
[
travis-link
]:
https://travis-ci.org/syuilo/misskey
[
travis-badge
]:
http://img.shields.io/travis/syuilo/misskey/master.svg?style=flat-square
[
dependencies-link
]:
https://david-dm.org/syuilo/misskey
...
...
This diff is collapsed.
Click to expand it.
docs/setup.en.md
+
7
−
7
View file @
97c6dd6f
...
...
@@ -58,7 +58,13 @@ Please install and setup these softwares:
##### Optional
*
[
Elasticsearch
](
https://www.elastic.co/
)
- used to provide searching feature instead of MongoDB
*4.* Install Misskey
*4.* Prepare configuration
----------------------------------------------------------------
First, you need to create a
`.config`
directory in the directory that
Misskey installed. And then you need to create a
`default.yml`
file in
the directory. The template of configuration is available
[
here
](
./config.md
)
.
*5.* Install Misskey
----------------------------------------------------------------
1.
`git clone -b master git://github.com/syuilo/misskey.git`
...
...
@@ -71,12 +77,6 @@ Please install and setup these softwares:
2.
`npm install`
3.
`npm run build`
*5.* Prepare configuration
----------------------------------------------------------------
First, you need to create a
`.config`
directory in the directory that
Misskey installed. And then you need to create a
`default.yml`
file in
the directory. The template of configuration is available
[
here
](
./config.md
)
.
*6.* That is it.
----------------------------------------------------------------
Well done! Now, you have an environment that run to Misskey.
...
...
This diff is collapsed.
Click to expand it.
docs/setup.ja.md
+
7
−
7
View file @
97c6dd6f
...
...
@@ -59,7 +59,13 @@ web-push generate-vapid-keys
##### オプション
*
[
Elasticsearch
](
https://www.elastic.co/
)
- 検索機能を向上させるために用います。
*4.* Misskeyのインストール
*4.* 設定ファイルを用意する
----------------------------------------------------------------
Misskeyをインストールしたディレクトリに、
`.config`
というディレクトリを作成し、
その中に
`default.yml`
という名前で設定ファイルを作ってください。
設定ファイルの下書きは
[
ここ
](
./config.md
)
にありますので、コピペしてご利用ください。
*5.* Misskeyのインストール
----------------------------------------------------------------
1.
`git clone -b master git://github.com/syuilo/misskey.git`
...
...
@@ -72,12 +78,6 @@ web-push generate-vapid-keys
2.
`npm install`
3.
`npm run build`
*5.* 設定ファイルを用意する
----------------------------------------------------------------
Misskeyをインストールしたディレクトリに、
`.config`
というディレクトリを作成し、
その中に
`default.yml`
という名前で設定ファイルを作ってください。
設定ファイルの下書きは
[
ここ
](
./config.md
)
にありますので、コピペしてご利用ください。
*6.* 以上です!
----------------------------------------------------------------
お疲れ様でした。これでMisskeyを動かす準備は整いました。
...
...
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