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"

(Small Site Dev Workflows - hosted Orion)
(Add Category Orion)
 
Line 34: Line 34:
 
* 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
 
* what about a PHP Orion server/just dropping in some PHP files
 +
 +
[[Category:Orion]]

Latest revision as of 19:52, 11 February 2014

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
    • Where is your stuff? (zip, your website via SFTP, generate with a boilerplate like initializr, github, etc.)
  • 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