net/mastodon
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Mastodon [#be20fd56]
https://github.com/tootsuite/mastodon/releases
関連:~
https://github.com/sys1yagi/mastodon4j
Mastodonのサーバ間通信が切れた場合のリカバリ~
http://qiita.com/clworld/items/bc3d8f97d38f2ba58492
MastodonはP2Pではないという話、もしくはMastodonの脱中央集...
http://blog.anatoo.jp/entry/2017/04/22/132721
**更新 [#v1db2e68]
docker-compose down
git fetch
git stash
git checkout [version]
git stash pop
docker-compose build
docker-compose run --rm web rails db:migrate
docker-compose run --rm web rake assets:precompile
docker-compose up -d
sudo service nginx restart
容量が増えてきたらdockerの古いイメージを消しておく
現在使っていないイメージの削除
docker rmi system prune
終了行:
* Mastodon [#be20fd56]
https://github.com/tootsuite/mastodon/releases
関連:~
https://github.com/sys1yagi/mastodon4j
Mastodonのサーバ間通信が切れた場合のリカバリ~
http://qiita.com/clworld/items/bc3d8f97d38f2ba58492
MastodonはP2Pではないという話、もしくはMastodonの脱中央集...
http://blog.anatoo.jp/entry/2017/04/22/132721
**更新 [#v1db2e68]
docker-compose down
git fetch
git stash
git checkout [version]
git stash pop
docker-compose build
docker-compose run --rm web rails db:migrate
docker-compose run --rm web rake assets:precompile
docker-compose up -d
sudo service nginx restart
容量が増えてきたらdockerの古いイメージを消しておく
現在使っていないイメージの削除
docker rmi system prune
ページ名: