You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work, thanks. I'm playing around with this to evaluate it for CI for my AWS apps, including modifying it for use with Tornado in place of Node.
However, I'm new to Node and am a little unclear on the directory structure here. In the Install.md instructions it's not quite clear what directory we're working from: ~, /var/www, /var/myapp, /var/ec2-webapp?
What should the final directory structure look like?
Great work, thanks. I'm playing around with this to evaluate it for CI for my AWS apps, including modifying it for use with Tornado in place of Node.
However, I'm new to Node and am a little unclear on the directory structure here. In the Install.md instructions it's not quite clear what directory we're working from: ~, /var/www, /var/myapp, /var/ec2-webapp?
What should the final directory structure look like?
/var/www/
/var/www/src/node
/var/ec2-webapp/
/var/myapp/
Edit: or now that I've played around with it more, should it be:
/var/ec2-webapp/
/var/ec2-webapp/src/node
/var/ec2-webapp/src/myapp
Or something else?
Thanks!
The text was updated successfully, but these errors were encountered: