Skip to content

Cocorico is an open source platform to create collaborative consumption marketplaces.

License

Notifications You must be signed in to change notification settings

roobykon/cocorico-paypal

Repository files navigation

Cocorico PayPal Edition

Cocorico together with the installation instructions at https://github.com/Cocolabs-SAS/cocorico. Cocorico General Functional Specifications at : http://wiki.roobykon.com/index.php/Cocorico_General_Functional_Specifications

Requirements

Deploy

download vendors

composer install

set directory permissions

sudo chmod 0755 /app/cache -R
sudo chmod 0755 /app/logs -R
sudo chmod 0755 /web/uploads -R

rename .htaccess

cp web/.htaccess.staging.dist > web/.htaccess

up virtual host

sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/auto-guide.roobykon.com.conf
sudo vim /etc/apache2/sites-available/auto-guide.roobykon.com.conf
sudo a2ensite auto-guide.roobykon.com

disable default virtual host

sudo a2dissite 000-default.conf

enable mod rewrite

sudo a2enmod rewrite

dumping assets

php app/console assetic:dump --env=staging

create db structure

php app/console doctrine:schema:create

load fixtures

php app/console doctrine:fixtures:load

update currencies

php app/console cocorico:currency:update

About

Cocorico is an open source platform to create collaborative consumption marketplaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published