Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start up a Sling Starter instance (from outside Eclipse)
  2. Use the Wizard wizard to create a new Sling content project
  3. Associate the module to the Sling server
  4. Deploy the module to Sling
  5. Verify that the initial changes were deployed
  6. Verify that incremental changes are deployed ( e.g. change jcr:description in the .content.xml file manually )

...

Exporting content manually to the server

  1. Disable automatic sync for the server ( Publishing → Never publish automatically )
  2. Create a new folder under /jcr_root/apps/example/ and add a file in it.
  3. Right-click on jcr_root, select Export to server and press finish
  4. Verify that the newly added folder and file are present in the repository
  5. Re-enable automatic sync

Deploying an OSGi bundle using the fileystem

  1. Use the wizard to create a new Sling bundle project
  2. Deploy it on the server from the last step
  3. Verify that the bundle is present in the OSGi runtime
  4. Uninstall the bundle from the OSGi runtime

Deploying an OSGi bundle using upload

  1. Change the sling server to Install bundles on server via bundle upload
  2. Make a change in the recently created bundle
  3. Verify that the bundle is present in the OSGi runtime
  4. Uninstall the bundle from the OSGi runtime
  5. Change the sling server to install bundles on server directly from the filesystem

Navigating the content tree

...