Quick Start Guide - Is it working?

cancel
Showing results for 
Search instead for 
Did you mean: 
paulavijit
Member II

Quick Start Guide - Is it working?

I followed the steps in quick start guide (Quickstart · Activiti 7 & Activiti Cloud Developers Guide ):

git clone https://github.com/Activiti/activiti-cloud-examples
cd activiti-cloud-examples
echo '127.0.0.1 activiti-cloud-sso-idm' | sudo tee -a /etc/hosts
cd docker
docker-compose -f infrastructure-docker-compose.yml up -d
docker-compose -f application-docker-compose.yml up -d

Then point your browser to http://localhost:3000.

But there is no service available at http://localhost:3000.

I also checked the two docker compose files above. They dont have any port mapping at port 3000.

Are the steps still valid in this guide?

1 Reply
ryandawson
Alfresco Employee

Re: Quick Start Guide - Is it working?

For the docker-compose I'd advise using the develop branch for now and the ui service should be on port 3000 coming from the frontend-docker-compose.yaml in activiti-cloud-examples/docker at develop · Activiti/activiti-cloud-examples · GitHub . We are working on the quickstart experience for the upcoming beta release for Activiti 7. If you'd like to talk about Activiti 7 please do join the gitter chat Activiti/Activiti7 - Gitter . Also have a look at Activiti Cloud Workshop in Kubernetes with Jenk... | Alfresco Community