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"

(Workflows (OnRamps to Orion))
Line 17: Line 17:
 
* Preview
 
* Preview
  
=== Issues ==
+
=== Issues ===
 
* DB access
 
* DB access
 
* staging
 
* staging
  
=== Priority list of killer features ==
+
=== 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
Line 32: Line 32:
 
* Streamline the install and update
 
* Streamline the install and update
 
* mod_orion - something you just drop into your apache
 
* mod_orion - something you just drop into your apache
 +
* what about a PHP Orion server/just dropping in some PHP files

Revision as of 17:26, 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
  • what about a PHP Orion server/just dropping in some PHP files

Back to the top