Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ export HTTPS_PROXY=http://proxy.xxx:3128
export NO_PROXY=localhost
```

Connect to the server with SSH, and create a new openruko user

```
$ ~/openruko/apiserver/bin/adduser
# email: openruko@openruko.com
# Password: rukosan
$ exit
```

Connect to the server with SSH, and create a new project (we will use node.js)

```
Expand All @@ -79,11 +88,11 @@ $ git add -A
$ git commit -m 'fisrt commit'

$ ~/openruko/client/openruko keys:add

$ ~/openruko/client/openruko create myapp
# email: openruko@openruko.com
# Password: rukosan

$ ~/openruko/client/openruko create myapp

$ git push heroku master
$ curl http://myapp.mymachine.me:8080/
```
Expand Down