Groups
Groups
Sign in
Groups
Groups
Cloudnode
Conversations
Labels
About
Send feedback
Help
clounode app init dont work
25 views
Skip to first unread message
Nootje Kadootje
unread,
Mar 1, 2014, 2:08:15 PM
3/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
3/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clou...@googlegroups.com
Hi,
When running on Windows it works when executing the following steps:
Create a local sub directory for the application
Initialize a local repository (git init)
Clone the remote repo using the remote origin URL (git clone ...)
Create a sample server.js file with a simple "Hello World" application
Add the new file to the local repository (git add .)
Commit the changes (git commit -am "Initial commit")
Push the changes live (git push origin master)
- Hans
Reply all
Reply to author
Forward
0 new messages