Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

viniciusgava/zf1-simple-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZF1 Simple Store

⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️

⚠️⚠️⚠️⚠️⚠️⚠️ PROJECT ARCHIVE ⚠️⚠️⚠️⚠️⚠️⚠️

⚠️⚠️⚠️⚠️⚠️ NO LONGER MAINTAINED ⚠️⚠️⚠️⚠️

⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️

Introduction

Simple store using ZF1

Installation

Go to project directory and use composer to install dependences

curl -s https://getcomposer.org/installer | php
php composer.phar install

Go to "docs" directory and execute "install.sql" in your mysql.

Go to "application/configs/application.ini" and configure the information to the database.

db.config.host = 
db.config.username = 
db.config.password = 
db.config.dbname = simplestore

Remember of create a virtualhost or use this command in project directory to run(php 5.4 >).

php -S 127.0.0.1:8888

Information for tests

For test project, you can use information for tests.

Go to "docs" directory and execute "information4tests.sql" in your mysql.

Go to "docs/imagestests" directory and copy all images to "/public/images/products"

About

ZF1 Simple Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published