timgluz / veyeslack

little Veye command-center for Slack
Eclipse Public License 1.0
1 stars 0 forks source link

VeyeSlack

VersionEye commands for Slack.

Usage

Add to Slack

Developers

Dependencies Build
Dependency Status CircleCI
lein run
lein test

Devops tasks

initializing a new server
$> cd playbooks
$> ansible-playbook install.yml -i hosts --user=root

# update settings & restart services
$> ansible-playbook configure.yml -i hosts -e @vars/production.yml

# initialize database
$> ansible-playbook init_postgres.yml -i hosts --become-user=postgres

# run DB migrations from dev machine to instance
deploying new release
$> lein uberjar 
$> ansible-playbook update_env.yml -i hosts -e @vars/production.yml
$> ansible-playbook deploy.yml -i hosts --user=root

License

Copyright © 2016 VersionEye

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.