Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 336 Bytes

Dalton House Photo

Website based on Bootstrap for photo sharing

Deps

sudo apt-get install curl php5-cli git

curl https://getcomposer.org/installer | php

php composer.phar install

composer.json:

{

	"require": {
	
		 "cloudinary/cloudinary_php": "dev-master"
		 
	}
	
}