Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 6: Line 6:
 
* Using Orion to quickly fix a broken site from anywhere
 
* Using Orion to quickly fix a broken site from anywhere
 
* Automated backup
 
* Automated backup
 +
* Killer code assist
  
== Small Site Dev Workflows ==
+
== Small Site Dev Workflows (Hosted Orion) ==
=== 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
 
** Autodeploy on save using SFTP
Line 23: Line 23:
 
* DB access
 
* DB access
 
* staging
 
* staging
 +
 +
== Priority list of killer features for small site devs ==
 +
* Auto deploy on save using SFTP
 +
* Import files using SFTP
 +
* Code completion
 +
** jsctags
 +
** live editing in debugger

Revision as of 17:14, 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
    • Autodeploy on save using SFTP
  • Import
    • By zip (what we have)
    • SFTP
  • 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 for small site devs

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

Back to the top