https://github.com/dapi/lara
Лара - электронный дежурный. Телеграм-бом в помощь учителям, ученикам и их родителям
https://github.com/dapi/lara
Last synced: 5 months ago
JSON representation
Лара - электронный дежурный. Телеграм-бом в помощь учителям, ученикам и их родителям
- Host: GitHub
- URL: https://github.com/dapi/lara
- Owner: dapi
- Created: 2021-04-07T08:37:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T08:05:16.000Z (about 5 years ago)
- Last Synced: 2024-12-30T08:25:36.968Z (over 1 year ago)
- Language: Ruby
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lara bot
# Deploy
Initialize directory and configs structure
> bundle exec cap production systemd:puma:setup systemd:sidekiq:setup
> bundle exec cap staging master_key:setup
> bundle exec cap production config:set HOST=$(SERVER_DOMAIN_OR_IP)
Deploy application
> bundle exec cap production deploy