Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Planning Meeting/Common Workflows and OnRamps for Small Site Devs"

Line 8: Line 8:
 
* Killer code assist
 
* Killer code assist
  
== Small Site Dev Workflows (Hosted Orion) ==
+
== Small Site Dev Workflows - hosted Orion ==
 
* Needs deploy story.  Most people use SFTP, some S3
 
* Needs deploy story.  Most people use SFTP, some S3
** Autodeploy on save using SFTP
 
 
* Import
 
* Import
** By zip (what we have)
 
** SFTP
 
 
* WebDAV
 
* WebDAV
 
* Site Scraping
 
* Site Scraping
Line 20: Line 17:
 
* Preview
 
* Preview
  
== Issues ==
+
=== Issues ==
 
* DB access
 
* DB access
 
* staging
 
* staging
  
== Priority list of killer features for small site devs ==
+
=== Priority list of killer features ==
 
* Auto deploy on save using SFTP
 
* Auto deploy on save using SFTP
 
* Import files using SFTP
 
* Import files using SFTP
 +
* HTML syntax highlighting
 
* Code completion
 
* Code completion
 
** jsctags
 
** jsctags
 
** live editing in debugger
 
** live editing in debugger
 +
 +
== Small Site Dev Workflow - localhost ==
 +
* Streamline the install and update
 +
* mod_orion - something you just drop into your apache

Revision as of 17:21, 18 March 2011

Workflows (OnRamps to Orion)

Value add scenarios

  • CSS editing/saving in firebug
  • JS Unit tests
  • Using Orion to quickly fix a broken site from anywhere
  • Automated backup
  • Killer code assist

Small Site Dev Workflows - hosted Orion

  • Needs deploy story. Most people use SFTP, some S3
  • Import
  • WebDAV
  • Site Scraping
  • Landing Page
    • Big buttons that take you to the right places to get started
  • Preview

= Issues

  • DB access
  • staging

= Priority list of killer features

  • Auto deploy on save using SFTP
  • Import files using SFTP
  • HTML syntax highlighting
  • Code completion
    • jsctags
    • live editing in debugger

Small Site Dev Workflow - localhost

  • Streamline the install and update
  • mod_orion - something you just drop into your apache

Back to the top