in your local desktop
- first you need to have nodejs installed either from distro repo or from 
official site (https://nodejs.org/en/download/)
- then just follow the step according to what written on that github 

- make your code (orgchart.js) inside web2py app mine is under : 
~/web2py/applications/your_web2py_app/static

so there will be :
~/web2py/applications/your_web2py_app/static/node_modules
~/web2py/applications/your_web2py_app/static/package.json

- for using the js in web2py think you can embed it on views or controllers 
(your choice)
- pack your web2py app


in python anywhere
- unpack your web2py app using admin

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to