Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

位置情報付きToot #1

Closed
wants to merge 10 commits into from
Closed

Conversation

champierre
Copy link
Owner

@champierre champierre commented Apr 29, 2017

使い方

位置情報が付いたTootができます。
4/28時点Version 1.2.2のコード( mastodon@be0a011 )をベースにしています。

Tootの公開設定で、公開(位置情報付き)を選んでTootすると発言に位置情報が付きます。

2017-04-28 19 20 31

地図が表示されます。

2017-04-28 19 19 20

東京都調布市内在住者・通学者・勤務者及び調布好きな人のためのMastodon、チョウフドンで試すことができます。

» チョウフドン

インストール方法

新規インストール

git cloneでtootsuite/mastodonを取得する代わりに、champierre/mastodonを取得する。

% git clone [email protected]:champierre/mastodon.git
% git checkout feature/add_lat_lng_to_toot

.env.sample.productionを.env.productionにコピーしたあと、ファイル末尾の

# GMAP_KEY=

Google API Consoleより取得できるGoogle Maps API Keyをセットします。

あとは、Mastodonの通常のセットアップと同様です。

既存のソースを入れ替える場合

[email protected]:champierre/mastodon.git のソースに入れ替え、.env.productionにGoogle Maps API キーをセットしたあと(「新規インストール」の項目参照)、

% sudo docker-compose build
% sudo docker-compose run --rm web rake db:migrate
% sudo docker-compose run --rm web yarn install --pure-lockfile
% sudo docker-compose run --rm web rake assets:precompile
% sudo docker-compose up -d
% sudo service nginx restart

が必要です。

[参考] https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Docker-Guide.md の「Updating」の項目

@champierre champierre force-pushed the feature/add_lat_lng_to_toot branch 3 times, most recently from 6a40495 to 1efd505 Compare May 3, 2017 13:32
@champierre champierre changed the base branch from master to feature-trademark May 3, 2017 13:39
@champierre champierre changed the base branch from feature-trademark to master May 3, 2017 13:39
@champierre champierre force-pushed the feature/add_lat_lng_to_toot branch from 973422c to 7ca6e8c Compare May 3, 2017 16:25
@champierre champierre force-pushed the feature/add_lat_lng_to_toot branch from d2f8c61 to a941fe6 Compare May 4, 2017 01:30
@champierre
Copy link
Owner Author

Obsolute

@champierre champierre closed this May 4, 2017
@champierre champierre deleted the feature/add_lat_lng_to_toot branch May 4, 2017 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant