Skip to content

rafaelimpacto/ZF2OpenStore-1

Repository files navigation

ZF2 OpenStore

Introdução

Projeto para estudo do Grupo Zenders

Instalação

Usando o Composer (recomendado)

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies using the create-project command:

curl -s https://getcomposer.org/installer | php --
php composer.phar create-project -sdev --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install

Alternately, clone the repository and manually invoke composer using the shipped composer.phar:

cd my/project/dir
git clone https://github.com/Zenders-BR/ZF2OpenStore.git
cd ZF2OpenStore
php composer.phar self-update
php composer.phar install

(The self-update directive is to ensure you have an up-to-date composer.phar available.)

Virtual Host

Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!

About

Projeto para estudo do grupo Zenders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published