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

MySQL >= 5.6 PHP >= 7.1 Composer https://getcomposer.org/

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 youremail@yourdomain.org git config core.fileMode false composer install open installation http://domain/install Using manual download: Click here to download master branch 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);

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。
3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考学习用!
4、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。