All Projects → copona → Copona

copona / Copona

Licence: gpl-3.0
A free shopping cart system, based on OpenCart (http://www.opencart.com). An ideal alternative to Opencart, rich to develop - easy to use! Read Wiki for improvements over Opencart.

Projects that are alternatives of or similar to Copona

Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+4103.57%)
Mutual labels:  ecommerce, performance
Aimeos Slim
Slim PHP package for professional, ultra fast online shops
Stars: ✭ 98 (+75%)
Mutual labels:  ecommerce, performance
Aimeos Typo3
TYPO3 e-commerce extension for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 157 (+180.36%)
Mutual labels:  ecommerce, performance
Aimeos Core
Aimeos PHP e-commerce framework for ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 2,152 (+3742.86%)
Mutual labels:  ecommerce, performance
Aimeos Symfony
Symfony e-commerce bundle for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 194 (+246.43%)
Mutual labels:  ecommerce, performance
Pomodoro
A simple WordPress translation cache
Stars: ✭ 47 (-16.07%)
Mutual labels:  performance
Geekshop
极客商城 ~ 一个面向开发者的、基于Spring+GraphQL+Angular的、无前端(headless)电商框架
Stars: ✭ 52 (-7.14%)
Mutual labels:  ecommerce
Elfcommerce
A headless open source Ecommerce project written in ReactJS + ExpressJS
Stars: ✭ 47 (-16.07%)
Mutual labels:  ecommerce
Performance Improvements For Woocommerce
Performance tweaks for the front-end and back-end of a store.
Stars: ✭ 46 (-17.86%)
Mutual labels:  performance
Staged Streams.scala
Stars: ✭ 55 (-1.79%)
Mutual labels:  performance
Goldiloader
Just the right amount of Rails eager loading
Stars: ✭ 1,074 (+1817.86%)
Mutual labels:  performance
Observer cli
Visualize Erlang/Elixir Nodes On The Command Line
Stars: ✭ 1,058 (+1789.29%)
Mutual labels:  performance
Tinystr
A small ASCII-only bounded length string representation.
Stars: ✭ 48 (-14.29%)
Mutual labels:  performance
Aws Power Tuner Ui
AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Stars: ✭ 52 (-7.14%)
Mutual labels:  performance
Nodejs
Everything related to the Node.js ecosystem for the commercetools platform.
Stars: ✭ 47 (-16.07%)
Mutual labels:  ecommerce
Pgtune
Pgtune - tuning PostgreSQL config by your hardware
Stars: ✭ 1,078 (+1825%)
Mutual labels:  performance
React Performance
Let's make our apps fast ⚡
Stars: ✭ 1,035 (+1748.21%)
Mutual labels:  performance
Sanic.js
JS Gotta go fast ! | Increase native JS functions performances
Stars: ✭ 50 (-10.71%)
Mutual labels:  performance
Ansible Role Memcached
Ansible Role - Memcached
Stars: ✭ 54 (-3.57%)
Mutual labels:  performance
Complete Php7 Ecom Website
🛒 An advanced and complete PHP 7 eCommerce website along with MySQL database and Admin interface.
Stars: ✭ 50 (-10.71%)
Mutual labels:  ecommerce

Copona

Copona is open source PHP digital e-commerce platform inspired and based on Opencart http://www.opencart.com.

Good alternative to Opencart, Woocommerce and Prestashop. Read our Wiki for more information on changes and advantages over competitors.

Copona is in DEV mode so, please, use it and test it. Post issues, bugs or feature requests here https://github.com/Copona/copona/issues. Our team will be happy to assist!

Requirements

Get started

composer create-project copona/copona --stability=dev

cd copona && php copona install

Installation

  • Getting project files
    • With Git (recommended)
      • install git guide
      • install composer guide
      • execute commands:
      • cd to webroot, like:
        • cd /var/www/public_html
      • git clone https://github.com/Copona/copona.git .
      • git config user.name "Your Name"
      • git config user.email [email protected]
      • git config core.fileMode false
      • composer install
      • open installation http://domain/install
    • Download files
  • Prepared environment
    • With Docker
      • Install Docker and Docker Compose
      • Duplicate .env.example to .env and configure file
      • Execute docker-compose up -d
      • From the command prompt, acess bash docker-compose exec web bash and execute:
        • Execute composer cd /app && composer install
        • Execute migration cd /app && php vendor/bin/phinx migrate
    • Manual install
      • Install WEB server Apache, IIS, etc.
      • Install PHP and MySQL
      • Install Composer https://getcomposer.org/
      • From the command prompt, execute:
        • Execute composer composer install
  • navigate to WEB address http://domain-OR-IPaddress/ or http://domain-OR-IPaddress/subfolder-where-you-cloned
    • Execute migration php vendor/bin/phinx migrate
  • If all the requirements have been met, fill the form and enjoy!

Update

  • if you have installed Copona with Git (recommended), then got to the folder where you have Copona:
    • if you have not edited anything in files locally:
      • git pull
    • if you have edited something locally - then you are a developer already - you will know, what to do! :)
    • check the site, if there are problems - post them online, or you can always return to the previous version.
  • Run Composer install
  • composer install
  • Run database migration
  • php vendor/bin/phinx migrate (https://github.com/copona/copona/wiki/Migration-Phinx)

TODO

  • put into migrations:

ALTER TABLE cp_url_alias ADD INDEX query_language_id (query, language_id);

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].