Friday, February 1, 2013

How to clone git repo from existing Hero app

1- Make sure you have Heroku account.
2- Install the Heroku toolbelt. Google it yourself!...
3- Open a terminal, and to login to heroku
#> heroku login
4- Generate you key
#>; ssh-keygen -t rsa 
5- Add the key to your heroku 
#> heroku keys:add
6- Clone your existing repo.
#> git clone git@heroku.com:.git

Centos 7 reset root/ any user lost password / lockout due to cant remember password

1. Need to be in front of the terminal. (Physically if not vm). 2. Reboot the server 3. Press 'e' in the GRUB2 boot screen. 3. bunch...