Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info about application in Dev environment on bstart and brestart command #1287

Merged
merged 1 commit into from Feb 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions devel/ansible/roles/dev/files/.bashrc
Expand Up @@ -11,8 +11,8 @@ fi
shopt -s expand_aliases
alias bdocs="pushd /home/vagrant/bodhi/docs && make html && make man; popd"
alias blog="sudo journalctl -u bodhi"
alias brestart="sudo systemctl restart bodhi"
alias bstart="sudo systemctl start bodhi"
alias brestart="sudo systemctl restart bodhi && echo 'The Application is running on http://localhost:6543'"
alias bstart="sudo systemctl start bodhi && echo 'The Application is running on http://localhost:6543'"
alias bstop="sudo systemctl stop bodhi"

function btest {
Expand Down