Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 578 Bytes

Fazlamesai.net slack botu

Fazlamesai.net'e slack grubu üzerinden pushbot push yazının güzel başlığı http://yainin.linki şeklinde kısa bir komut ile link göndermeye yarayan bot.

Kurulum

git clone [email protected]:muratbsts/fm-slack-bot.git
cd fm-slack-bot
cp .env.example .env
vim .env # gereken bilgileri verin
bundle install
foreman start # ve ya web: bundle exec puma -p 5000

Belki pumayı bir arkaplan işlemi olarak çalıştırmak isteyen olur:

mkdir -p pid
bundle exec puma -e production -p 5000 --pidfile pid/puma.pid -d

Hepsi bu...