CentOS

Linux distro RedHat clone.

http://mirrors.nfsi.pt/CentOS/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso

EPEL repositories

Install PHP 5.4 on CentOS 6.5

https://webtatic.com/packages/php54/

Steps:

Minimal CentOS 6.5

https://docs.vagrantup.com/v2/boxes/base.html

Vagrant CentOS 5.10 box

Runs well on Toshiba NB200

JBoss 5.1.0

Tomcat 7.0.53

JBoss 7.1.1

Yii

Python 2.6

Package the box for centos510VB.box

Vagrant box CentOS 6.5

CentOS 6.4 i386 Minimal (VirtualBox Guest Additions 4.3.2, Chef 11.8.0, Puppet 3.3.1)

http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-i386-v20131103.box

List RPM installed packages

Install htop 64 bit

CentOS 7 packages for docker java 8 and maven

   1 # install centos minimal with 64gb disk and 1GB mem 1 processor 
   2 ping –c 1 www.google.com
   3 yum -y update # as root
   4 yum -y install vim nano java-1.8.0-openjdk maven java-1.8.0-openjdk-devel wget unzip git
   5 curl –fSSL https://get.docker.com/ | sh
   6 systemctl start docker
   7 systemctl enable docker
   8 systemctl status docker
   9 usermod -aG docker centos
  10 # Add port forwarding to port 2222
  11 

CentOS (last edited 2019-05-24 18:25:32 by localhost)