ورود

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : کانفیگ و نصب اسکریپت



shanlii
February 16th, 2016, 23:50
با سلام
من یک سرور مجازی centos دارم با کنترل پنل Kloxo-MR
میخواستم یک اسکریپتی نصب کنم که در آموزشش نوشته
OroCommerce is a Symfony 2 based application with the following requirements:


PHP 5.4.9 or above
PHP 5.4.9 or above with command line interface
PHP Extensions

GD
Mcrypt
JSON
ctype
Tokenizer
SimpleXML
PCRE
ICU


MySQL 5.1 or above
PostgreSQL 9.1 or above


(https://github.com/orocommerce/orocommerce-application#installation-instructions)Installation instructions
(https://github.com/orocommerce/orocommerce-application#using-composer)Using ComposerThis OroCommerce application uses both Composer (http://getcomposer.org/) and Git Submodules (https://git-scm.com/book/en/v2/Git-Tools-Submodules) to manage its dependencies, this is the recommended way to install the application.


If you don't have Composer yet, download it and follow the instructions on http://getcomposer.org/ or just run the following command:

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


Clone https://github.com/orocommerce/orocommerce-application.git repository with

git clone --recursive https://github.com/orocommerce/orocommerce-application.git


Make sure that you have NodeJS (https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) installed

Install project dependencies with composer. If installation process seems too slow you can use "--prefer-dist" option. Run composer installation:

php composer.phar install --prefer-dist


Create the database with the name specified on previous step (default name is "b2b_dev").

Install application and admin user with Installation Wizard by opening install.php in the browser or from CLI:

php app/console oro:install --env prod
Note: If the installation process times out, add the --timeout=0 argument to the command.


Enable WebSockets messaging

php app/console clank:server --env prod


Configure crontab or scheduled tasks execution to run the command below every minute:

php app/console oro:cron --env prod
Note: app/console is a path from project root folder. Please make sure you are using full path for crontab configuration or if you running console command from other location.

(https://github.com/orocommerce/orocommerce-application#installation-notes)Installation notesInstalled PHP Accelerators must be compatible with Symfony and Doctrine (support DOCBLOCKs)
Note that the port used in Websocket must be open in firewall for outgoing/incoming connections
Using MySQL 5.6 on HDD is potentially risky because of performance issues
Recommended configuration for this case:
innodb_file_per_table = 0
And ensure that timeout has default value
wait_timeout = 28800
See Optimizing InnoDB Disk I/O (http://dev.mysql.com/doc/refman/5.6/en/optimizing-innodb-diskio.html) for more

(https://github.com/orocommerce/orocommerce-application#postgresql-installation-notes)PostgreSQL installation notesYou need to load uuid-ossp extension for proper doctrine's guid type handling. Log into database and run sql query:
CREATE EXTENSION "uuid-ossp";

(https://github.com/orocommerce/orocommerce-application#web-server-configuration)Web Server ConfigurationThe OroCommerce sample application is based on the Symfony standard application so web server configuration recommendations are the same (http://symfony.com/doc/2.3/cookbook/configuration/web_server_configuration.html).

کسی از دوستان میتونن برام نصبش کنه چه به صورت فی سبیل الله یا با هزینه.اگر با هزینه خواست هم هزینه رو بهم اطلاع بده
با تشکر

yasserhost
February 21st, 2016, 12:19
با سلام
من یک سرور مجازی centos دارم با کنترل پنل Kloxo-MR
میخواستم یک اسکریپتی نصب کنم که در آموزشش نوشته
OroCommerce is a Symfony 2 based application with the following requirements:


PHP 5.4.9 or above
PHP 5.4.9 or above with command line interface
PHP Extensions

GD
Mcrypt
JSON
ctype
Tokenizer
SimpleXML
PCRE
ICU


MySQL 5.1 or above
PostgreSQL 9.1 or above


(https://github.com/orocommerce/orocommerce-application#installation-instructions)Installation instructions


(https://github.com/orocommerce/orocommerce-application#using-composer)Using Composer

This OroCommerce application uses both Composer (http://getcomposer.org/) and Git Submodules (https://git-scm.com/book/en/v2/Git-Tools-Submodules) to manage its dependencies, this is the recommended way to install the application.


If you don't have Composer yet, download it and follow the instructions on http://getcomposer.org/ or just run the following command:

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


Clone https://github.com/orocommerce/orocommerce-application.git repository with

git clone --recursive https://github.com/orocommerce/orocommerce-application.git


Make sure that you have NodeJS (https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) installed
Install project dependencies with composer. If installation process seems too slow you can use "--prefer-dist" option. Run composer installation:

php composer.phar install --prefer-dist


Create the database with the name specified on previous step (default name is "b2b_dev").
Install application and admin user with Installation Wizard by opening install.php in the browser or from CLI:

php app/console oro:install --env prod
Note: If the installation process times out, add the --timeout=0 argument to the command.


Enable WebSockets messaging

php app/console clank:server --env prod


Configure crontab or scheduled tasks execution to run the command below every minute:

php app/console oro:cron --env prod
Note: app/console is a path from project root folder. Please make sure you are using full path for crontab configuration or if you running console command from other location.

(https://github.com/orocommerce/orocommerce-application#installation-notes)Installation notes

Installed PHP Accelerators must be compatible with Symfony and Doctrine (support DOCBLOCKs)
Note that the port used in Websocket must be open in firewall for outgoing/incoming connections
Using MySQL 5.6 on HDD is potentially risky because of performance issues
Recommended configuration for this case:
innodb_file_per_table = 0
And ensure that timeout has default value
wait_timeout = 28800
See Optimizing InnoDB Disk I/O (http://dev.mysql.com/doc/refman/5.6/en/optimizing-innodb-diskio.html) for more

(https://github.com/orocommerce/orocommerce-application#postgresql-installation-notes)PostgreSQL installation notes

You need to load uuid-ossp extension for proper doctrine's guid type handling. Log into database and run sql query:
CREATE EXTENSION "uuid-ossp";

(https://github.com/orocommerce/orocommerce-application#web-server-configuration)Web Server Configuration

The OroCommerce sample application is based on the Symfony standard application so web server configuration recommendations are the same (http://symfony.com/doc/2.3/cookbook/configuration/web_server_configuration.html).

کسی از دوستان میتونن برام نصبش کنه چه به صورت فی سبیل الله یا با هزینه.اگر با هزینه خواست هم هزینه رو بهم اطلاع بده
با تشکر

سلام سرور ت پیش نیاز های اسکریپت رو داره؟
خواستی باهام در تماس باش واست برسی و انجام میدم