- Notifications
You must be signed in to change notification settings - Fork0
The most famous polish team! Dumplings Forever!! <3
NotificationsYou must be signed in to change notification settings
nko4/dumplings
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# getting the codegit clone git@github.com:nko4/dumplings.git&&cd ./dumplings/# developingnpm installnpm start# deploying (to http://dumplings.2013.nodeknockout.com/)./deploy nko# ssh accessssh deploy@dumplings.2013.nodeknockout.comssh root@dumplings.2013.nodeknockout.com# or, if you get prompted for a passwordssh -i ./id_deploy deploy@dumplings.2013.nodeknockout.comssh -i ./id_deploy root@dumplings.2013.nodeknockout.com
Read more about this setupon our blog.
We've already set up a basic node server for you. Details:
- Ubuntu 12.04 (Precise) - 64-bit
- server.js is at:
/home/deploy/current/server.js
- logs are at:
/home/deploy/shared/logs/server/current
runit
keeps the server running.sv restart serverjs
- restartssv start serverjs
- startssv stop serverjs
- stopsps -ef | grep runsvdir
- to see logscat /etc/service/serverjs/run
- to see the config
You can use the./deploy
script included in this repo to deploy to yourserver right now. Advanced users, feel free to tweak.
Read more about this setupon our blog.
Use our "Vote KO" widget to let from your app directly. Here's the code forincluding it in your site:
<iframesrc="http://nodeknockout.com/iframe/dumplings"frameborder=0scrolling=noallowtransparency=truewidth=115height=25></iframe>
If you're feeling a bit lost about how to get started or what to use, we'vegot somegreat resources for you,including:
- How to install node and npm
- Getting started with Express
- OAuth with Passport
- Going Beyond “Hello World” with Drywall
- and many more…
If you have any issues, we're on IRC in #nodeknockout on freenode, email us athelp@nodeknockout.com, or tweet@node_knockout.