clounode app init dont work

25 views
Skip to first unread message

Nootje Kadootje

unread,
Mar 1, 2014, 2:08:15 PM3/1/14
to clou...@googlegroups.com
hi,

i want to run a node js app by cloudnode but when i do 'cloudnode app init noah' it do some stuff and than it say "cloudnode ERROR false".
and on the dashboard it say: "failed-to-start"

can some one help me

Noah

Hans Schroeder

unread,
Mar 1, 2014, 4:01:30 PM3/1/14
to clou...@googlegroups.com
Hi,

When running on Windows it works when executing the following steps:
  1. Create a local sub directory for the application
  2. Initialize a local repository (git init)
  3. Clone the remote repo using the remote origin URL (git clone ...)
  4. Create a sample server.js file with a simple "Hello World" application
  5. Add the new file to the local repository (git add .)
  6. Commit the changes (git commit -am "Initial commit")
  7. Push the changes live (git push origin master)

- Hans
Reply all
Reply to author
Forward
0 new messages