Skip to content

PHP Kohana ecommerce platform (deprecated, moved to inklabs/kommerce-core)

License

Unknown, Unknown licenses found

Licenses found

Unknown
license.txt
Unknown
LICENSE-kohana.md
Notifications You must be signed in to change notification settings

inklabs/kommerce

Repository files navigation

Kommerce

Kohana PHP E-commerce frontend

Introduction

Zen Kommerce is a PHP shopping cart frontend written in the Kohana framework using the Zen Kommerce-Core project. More information can be found here.

Vagrant Setup

	vagrant up

Local Setup

  • Download Maxmind DB
	./run_minion.sh "--task=Maxmind:GeoLite2 --city=1"

Code Tests

	# run all tests from the project root
	./run_tests.sh

	# run only unit tests
	./run_tests.sh unit

	# run only acceptance tests
	./run_tests.sh acceptance

	# run single test
	./run_tests.sh tests/acceptance/101WelcomeCept.php
	./run_tests.sh "tests/acceptance/101WelcomeCept.php --steps"
  • Selenium
    • You can run the acceptance tests in Selenium; however, not all tests are verified to work.
    • Edit tests/acceptance.suite.yml to enable Selenium2 and comment out PhpBrowser and WebHelper.
	SELENIUM=selenium-server-standalone-2.33.0.jar
	wget http://selenium.googlecode.com/files/$SELENIUM
	mv $SELENIUM ~/bin/
	chmod +x ~/bin/

	# in a separate terminal
	java -jar ~/bin/$SELENIUM

Articles

License

Copyright Ink Labs, LLC All Rights Reserved.

About

PHP Kohana ecommerce platform (deprecated, moved to inklabs/kommerce-core)

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
license.txt
Unknown
LICENSE-kohana.md

Stars

Watchers

Forks

Packages

No packages published