Step 1:
ssh-keygen -t rsa -f ~/.ssh/id_rsa -C "learn.xyz@gmail.com"
Generating public/private rsa key pair.
/home/user/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user/.ssh/id_rsa.
Your public key has been saved in /home/user/.ssh/id_rsa.pub.
The key fingerprint is:
82:7e:46:32:7d:f6:ca:4f:35:89:05:c8:41:7f:8e:68 learn.xyz@gmail.com
Step 2:
$ssh-agent
Step 3:
nodester user setup <username> <password>
Step 4:
nodester info successfully created app apptest to will run on port 11053 from se
rver.js
nodester info run nodester app init apptest to setup this app.
Step 5:
ssh-keygen -t rsa -f ~/.ssh/id_rsa -C "learn.xyz@gmail.com"
Generating public/private rsa key pair.
/home/user/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user/.ssh/id_rsa.
Your public key has been saved in /home/user/.ssh/id_rsa.pub.
The key fingerprint is:
82:7e:46:32:7d:f6:ca:4f:35:89:05:c8:41:7f:8e:68 learn.xyz@gmail.com
Step 2:
$ssh-agent
Step 3:
nodester user setup <username> <password>
Step 4:
$ nodester app create appTest
nodester info creating app: apptest server.jsnodester info successfully created app apptest to will run on port 11053 from se
rver.js
nodester info run nodester app init apptest to setup this app.
Step 5:
$ nodester app init appTest
nodester info initializing git repo for apptest into folder apptest
nodester info cloning the repo git clone git@nodester.com:/node/git/buzzshiva/29
00-c4679e71e4c6842361505c67399d7a6b.git apptest
nodester info clone complete
nodester info writing app data to config
nodester info writing app files
nodester info processing the initial commit
nodester info attemping to start the new app.
test - click
No comments:
Post a Comment