入门

这是一份快速入门指南,旨在帮助您尽快开始 Storlet 实验。

系统要求

配备 10Gb 磁盘的 Ubuntu Server 14.04。始终建议使用一次性虚拟机。

安装指南

确保您拥有一个可以无需密码即可 sudo 的用户。使用该用户执行以下操作:

sudo apt-get update
sudo apt-get install python-tox git
git clone https://opendev.org/openstack/storlets.git
cd storlets
./s2aio.sh install

有关更多信息,请参阅 “s2aio”

编写、部署和运行 Storlet

浏览 StorletSamples 目录以查看 storlet 代码示例,并浏览 tests/functional 以查看部署和调用 storlet 的示例。