Архив рубрики: hosting

heroku

centos:

www

wget -c https://toolbelt.herokuapp.com/install.sh && sh install.sh

 

On Centos 6 the profile-file is called .bash_profile (not .profile) Edit your .bash_profile and add the path to heroku to the existing PATH specifier

# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/local/heroku/bin
export PATH