
The guide is broken into three parts as follows: A language independent guide and two language specific complimentary guides. While at it the programming model UML was simplified to include only what the storlet writer should care about. Bonus 1: Adjusted all docs to use the same heading format Bonus 2: Moved to archive two outdated .rst to archive Change-Id: I945f410aa96af1895c66856537ff392d5c18be25
28 lines
677 B
ReStructuredText
28 lines
677 B
ReStructuredText
Getting Started
|
|
===============
|
|
|
|
This is a TL-DR guide to get you started with Storlet experimentation
|
|
as fast as possible.
|
|
|
|
|
|
System Requirements
|
|
-------------------
|
|
|
|
Ubuntu Server 14.04 with total disk of 10Gb.
|
|
A disposal VM is always a good idea.
|
|
|
|
|
|
Installation Guide
|
|
-------------------
|
|
|
|
.. include:: s2aio_dev_host_include.rst
|
|
|
|
For more information please refer to `"s2aio" <http://storlets.readthedocs.io/en/latest/s2aio.html>`__.
|
|
|
|
Writing Deploying and Running a Storlet
|
|
---------------------------------------
|
|
|
|
Browse through the StorletSamples directory so see storlet code examples,
|
|
and through the tests/functional to see samples of deploying and invoking
|
|
a storlet.
|