Code Monkey home page Code Monkey logo

copona's Introduction

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)

copona's People

Contributors

arnisjuraga avatar prhost avatar lucasjkr avatar guntisluta avatar wazzzar avatar btafoya avatar kallef110 avatar danijelgombac avatar auralon avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.