This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am favadi on github. | |
* I am favadi (https://keybase.io/favadi) on keybase. | |
* I have a public key whose fingerprint is E0FF 3580 88CA 1AB9 D061 CCCE 7907 B85E 3DDD E757 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Build latest version of Emacs, version management with stow | |
# OS: Ubuntu 14.04 LTS | |
# version: 24.5 | |
# Toolkit: lucid | |
# Warning, use updated version of this script in: https://github.com/favadi/build-emacs | |
set -e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYq9+WIVdogJnrB2l8zllioH3ykAL3SBieGX4I/Qp2X0OdWHQVlAJGnP322940Wv0U8Bg161MFGk+UxNwNETDLSAN6+1T4I4gQ0LrW6r5LGaszMpvKGJFgvDCKOk5cjomzqf84jVLAKVVIY2uPkTpsttVitdzeWHsdrBBJCyjMdj7zpUWAxfhMISsT/xVze7ngk3ob59dtvuU4zivMnzaqsNDv4vPW2Ub5r0ukUHZ+sTCotWLk5nlTS2IYedbVX45WLyKw4M6qlS19TFjLBLRVZp3WRZ2PEOELpLpL0OY1tCIyiB8VdVMG0WIZtTxlaEo0NuB14OT5cYtGo4t28/kX favadi@localhost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[program:redmine] | |
command=/home/redmine/start_redmine.sh | |
user=redmine | |
directory=/home/redmine | |
stderr_logfile=/var/log/supervisor/redmine_error.log | |
stdout_logfile=/var/log/supervisor/redmine_out.log | |
environment=HOME="/home/redmine" |