Skip to content

Setup CentOS6.5 environment for dotinstall lessons

Notifications You must be signed in to change notification settings

koyama777wataru/centos65

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup local development environment. Installs Apache, PHP, MySQL, Ruby and Node.js. See main.yml for more details.

mkdir mycentos && cd mycentos
vagrant init chef/centos-6.5
vi Vagrantfile # IP編集
vagrant up
vagrant ssh
sudo yum -y install git
git clone https://github.com/dotinstallres/centos65.git
cd centos65
./run.sh
exec $SHELL -l

If you need to update the script, please follow the instruction below.

cd
git clone https://github.com/dotinstallres/centos65.git
cd centos65
./run.sh

About

Setup CentOS6.5 environment for dotinstall lessons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%