Click here to load reader

Sahana Eden : Developer Environment (VM) (SahanaCamp 1.2)

  • Upload
    aidiq

  • View
    1.146

  • Download
    3

Embed Size (px)

Citation preview

  • 1. SahanaEden: Developer Environment (Virtual Machine) 4 November 2010, Sahana Camp Fran Boon [email protected]

2. Stack Overview Server Sahana Eden (S3) Web2Py Python HTML JavaScript CSS Client Browser Eclipse Firebug 3. Install Developer Environment Simplest way is to use the Virtual Machine: Python + Libraries Web2Py Sahana Eden Eclipse Firefox (Firebug) 4. Initial Configuration Run Sahana: Launch Eclipse Run menu | Debug Launch Firefox 1st -time Configuration: Edit models/000_config.py FINISHED_EDITING_CONFIG_FILE = True Refresh browser Register yourself 5. Model-View-Controller web2py/applications/eden/ Models Define Tables in the Database Controllers Workflow, Logic Views HTML / JS Templates parsed server-side JS functions then run client-side in browser 6. End 7. End