Skip to content

Instantly share code, notes, and snippets.

@shimondoodkin
Created July 23, 2010 04:12
Show Gist options
  • Select an option

  • Save shimondoodkin/487001 to your computer and use it in GitHub Desktop.

Select an option

Save shimondoodkin/487001 to your computer and use it in GitHub Desktop.
the blog is in comments below
@shimondoodkin

Copy link
Copy Markdown
Author

idea: create one click node development and deployment script
one full for Ubuntu desktop
and one partial for Ubuntu server
install eclipse with pde,pdt,plugin cvs + google chrome dev v8 javascript debugger
install node
install nginx
install haproxy
all preconfigured
with first steps walkthru

@shimondoodkin

Copy link
Copy Markdown
Author

if you run 2 or more apps on same database
and you do actions one might execute other app's data.
also on timed actions(when debuggining you might be confused),
so add in database a column of app hostname
and in code match by path whitch app it, add it as hostname to the a varibale in the app while loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment