Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
使い方
位置情報が付いたTootができます。
4/28時点Version 1.2.2のコード( mastodon@be0a011 )をベースにしています。
Tootの公開設定で、公開(位置情報付き)を選んでTootすると発言に位置情報が付きます。
地図が表示されます。
東京都調布市内在住者・通学者・勤務者及び調布好きな人のためのMastodon、チョウフドンで試すことができます。
» チョウフドン
インストール方法
新規インストール
git cloneでtootsuite/mastodonを取得する代わりに、champierre/mastodonを取得する。
.env.sample.productionを.env.productionにコピーしたあと、ファイル末尾の
にGoogle API Consoleより取得できるGoogle Maps API Keyをセットします。
あとは、Mastodonの通常のセットアップと同様です。
既存のソースを入れ替える場合
[email protected]:champierre/mastodon.git のソースに入れ替え、.env.productionにGoogle Maps API キーをセットしたあと(「新規インストール」の項目参照)、
が必要です。
[参考] https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Docker-Guide.md の「Updating」の項目