Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

First steps with Alfresco SPK

Enzo Rivello edited this page Sep 6, 2016 · 2 revisions

Run a stack locally

git clone https://github.com/Alfresco/alfresco-spk.git
cd alfresco-spk/stacks/community-allinone
vagrant up

Browse stacks folder and change VAGRANT_VAGRANTFILE to test the stack of your choice; to customize it, read more about Stack definitions below.

Build an Image

git clone https://github.com/Alfresco/alfresco-spk.git
cd alfresco-spk/stacks/community-allinone
vagrant packer-build

This will build an Amazon AMI, but could also create an OVF, Vagrant .box or any other nature supported by Packer

Clone this wiki locally