その名の通り、(労働者のための)マストドンでの監視を目的とした(適当)プログラム。APIを提供する(予定な)ので、実際にはブラウザなどで情報を表示するはず。 こいつの強化版の予定。 (Viewもこっちでやってればよかったと思ってる)
労働者のためのマスト丼hubユーザーの方は自由に書き換えてください。
$ git clone https://github.com/mstdn-workers/NameChangeDetection
$ cd NameChangeDetection
$ bundle install --path vendor/bundle
$ psql -U postgres
# You create new database(and create user if you need)
$ emacs(or your editor) config/secret.yml
# Write it.
# username: <Your PostgreSQL username>
# password: <Your PostgreSQL password>
# database: <Your PostgreSQL database name>
$ bundle exec rake ENV=development
# You write perfect and beautiful Code.
$ git push origin develop(, feature, or your-branch)
$ sudo bundle exec thin start -p 80 -R config.ru
- databaseのmigrationをrakeで自動化
- PostgreSQLの使用
- herokuでの正常稼働