Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d4be4st/mina-infinum
Fork of https://github.com/infinum/mina-infinum/ for temporary testing
https://github.com/d4be4st/mina-infinum
Last synced: 8 days ago
JSON representation
Fork of https://github.com/infinum/mina-infinum/ for temporary testing
- Host: GitHub
- URL: https://github.com/d4be4st/mina-infinum
- Owner: d4be4st
- License: mit
- Created: 2018-09-27T09:30:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T14:30:05.000Z (over 6 years ago)
- Last Synced: 2024-12-11T15:01:56.326Z (25 days ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Mina::Infinum
For `mina 0.3.0` please take a look at [v0.3.0 branch](https://github.com/infinum/mina-infinum/tree/v0.3.0)
## Plugins* [mina](https://github.com/mina-deploy/mina), '~> 1.0.0'
* [mina-data_sync](https://github.com/d4be4st/mina-data_sync), '~> 1.0.0'
* [mina-dox](https://github.com/infinum/mina-dox), '~> 0.1'
* [mina-secrets](https://github.com/infinum/mina-secrets), '~> 1.0.0'
* [mina-whenever](https://github.com/mina-deploy/mina-whenever), '~> 1.0.0'Removed mina-delayed_job as we are moving towards delayed_job in processes.
github## Setup
``` ruby
set :application_name, # Used in background workers tasks
set :background_worker, # Used in background workers tasks (eg. 'dj')
```Background workers name:
```ruby
[fetch(:background_worker), fetch(:application_name), fetch(:rails_env)].join('-') # dj-labs-production
```## Tasks
``` ruby
:restart_application # restart passenger
:'background_workers:restart'
:'background_workers:start'
:'background_workers:stop'
:'background_workers:status'
```## Contributing
Feel free to add your own tasks
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).