AWSTemplateFormatVersion: “2010-09-09” Description: “Basic Ec2” Resources: Ec2Instance1: Type: AWS::EC2::Instance Properties: InstanceType: t2.small SubnetId: subnet-xxxx …
Monthly Archives For January 2017
Deploy Django Application to Elastic Beanstalk
Ensure the EC2 Instance Allows Traffic Launch a Docker Container and Update docker run -it -p 80:80 ubuntu /bin/bash apt-get update apt-get upgrade apt-get dist-upgrade Install Python 2.7, Pip, Amazon Command Line Interface (AWS CLI)…
Install Alfresco Community Edition
Overview These are the instructions I arrived at for install Alfresco Community Edition 4.0b under JBoss. Much of this is taken from the Alfreso Wiki albeit documention is soemwhat scattered and hard to find. Feel…
Clone WebSphere
#1 – Create deployment manager on the target machine /usr/IBM/WebSphere/AppServer/bin/manageprofiles.sh -create -profileName Dmgr01 -templatePath /usr/IBM/WebSphere/AppServer/profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName wstestapp-dm -cellName WC_comm01_cell -hostName localhost Review log file, /usr/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/AboutThisProfile.txt Make note of the “Managment SOAP connector port”…
Recent Comments