1-click AWS Deployment 1-click Azure Deployment
- Overview
- Features
Overview
PEEL SHOPPING, the free open source solution of PEEL currently in version 9. You can download and install it on any server PHP / MySQL. This offer allows you to make a safety ecommerce store on any web hosting space. With PEEL SHOPPING, one can put products online 24/24h with a complete administration interface, simple to use and completely free. It can also use the following account to access to the administration of this website:
– Login: demo@peel.fr
– Password: demo
PEEL Shopping cart is an eCommerce shopping cart platform written in PHP. It has a simple to use administrative interface and you can easily create and maintain your own online store. In this tutorial, we will focus on installing PEEL shopping on an Ubuntu Cloud with Apache, PHP and MySQL
Log in to your Ubuntu virtual server via SSH as user root
ssh root@IP_Adress
Before proceeding any further, start a screen session by executing the following command:
screen -U -S peel
Install some packages that are needed for the PEEL shopping installation
apt-get install wget unzip
And make sure that all packages installed on your server are up to date
apt-get update && apt-get upgrade
Next, we will install Apache web server
apt-get install apache2
Start the web server and enable it to automatically start on server reboot
systemctl start apache2 systemctl enable apache2
PEEL shopping requires an empty database, so we need to install a database server too. Run the following command to install MySQL
apt-get install mysql-server
During the installation, you will be prompted to set a password for the MySQL ‘root’ user.
Start the MySQL database server and enable it to start at boot time
systemctl start mysql systemctl enable mysql
After the MySQL database server is installed, login as user root and create new MySQL user and database for PEEL shopping
mysql -u root -p CREATE DATABASE peel; CREATE USER 'peeluser'@'localhost' IDENTIFIED BY 'PASSWORD'; GRANT ALL PRIVILEGES ON `peel`.* TO 'peeluser'@'localhost'; FLUSH PRIVILEGES; exit
PEEL shopping is a PHP based application so we need to install PHP and few PHP modules required by the application.
apt-get install php php-mysql libapache2-mod-php php-mcrypt php-simplexml php-mbstring php-curl php-gd
Go to PEEL’s official website and download the latest stable release of the shopping card to your server. At the time of writing this article, it is version 8.0.4
wget http://downloads.sourceforge.net/project/peel-shopping/peel-shopping-8-0-4.zip
Unpack the downloaded zip archive to the document root directory on your server:
unzip peel-shopping-8-0-4.zip -d /var/www/html
All files will be extracted to a new ‘peel-shopping_8_0_4’ directory. Rename it to something simpler.
mv /var/www/html/peel-shopping_8_0_4 /var/www/html/peel
Change the ownership of all files under the ‘peel’ directory
chown -R www-data:www-data /var/www/html/peel
Now we will create a virtual host directive for the domain name. Create a new configuration file with the following content
vi /etc/apache2/sites-available/peel.conf <VirtualHost *:80> ServerAdmin webmaster@yourdomain.com DocumentRoot "/var/www/html/peel/" ServerName yourdomain.com ServerAlias www.yourdomain.com ErrorLog "/var/log/apache2/yourdomain.com-error_log" CustomLog "/var/log/apache2/yourdomain.com-access_log" combined <Directory "/var/www/html/peel/"> DirectoryIndex index.html index.php Options FollowSymLinks AllowOverride All Require all granted </Directory> </VirtualHost>
Don’t forget to replace yourdomain.com with your actual domain, save and close the file.
Enable the configuration file
a2ensite peel
Restart Apache for the changes to take effect:
service apache2 reload
Once the Apache virtual host is created you can open your favorite web browser, access PEEL shopping at http://yourdomain.com and follow the on-screen instructions to complete the installation.
Of course you don’t have to do any of this if you use one of our Linux Cloud Hosting services, in which case you can simply ask our expert Linux admins to install PEEL shopping for you. They are available 24×7 and will take care of your request immediately.
PEEL SHOPPING Android IOS Native Ecommerce Mobile Application
Reference: PEEL SHOPPING
Condition: New product
Rapid PEEL SHOPPING E-commerce mobile app development platform
Nowadays, every business is choosing to build beautifully designed E-commerce mobile app that helps to boost up the sales. Since mobile apps significantly impact your business affluence. AppSARA mobile app created for manufacturers, wholesalers, dealer, retailer, exporter, to create own branded mobile app.
Native PEEL SHOPPING App
Because a native app is built for use on a particular device and its OS, it has the ability to use device-specific hardware and software. Native apps can provide optimized performance and take advantage of the latest technology
Next Day Delivery
APPSARA is a very powerful platform to build enterprise or e-commerce mobile app without coding or designing. Our framework allows businesses to develop mobile apps in a matter of hours to build a stronger brand, enhanced customer loyalty.
Fully Customisable
Build Customized PEEL SHOPPING Mobile App With Exhaustive eCommerce Features. (customisable charged extra)
No need of Other Server
APPSARA PEEL SHOPPING App works on the same server where your website hosted and use the same image of your website that saves your server cost and sync efforts.
Push Notification
Send instant Push notifications to your customers, anytime you want using your free firebase account.
Play Store Ready
Our Policies are designed to ensure that the App Remains a trusted resource for Google you can upload the app to your own play store.
White labelled PEEL SHOPPING App
white labelled app. you can create the mobile app for your clients and sell it at your price.
0 Development Cost
Our framework enabled you to create a beautiful mobile app in a day for you.
PEEL SHOPPING Android IOS Native Admin Mobile Application For Store Owner
Reference: PEEL SHOPPING
Condition: New product
PEEL SHOPPING IOS Native Admin mobile app
APPSARA PEEL SHOPPING Mobile admin APP is a real-time PEEL SHOPPING Mobile Dashboard and Admin App for Android and iOS Phones, Tablets and iPad. The APP is developed for PEEL SHOPPING store admins to manage orders, view orders and get customer details on the go. APP seamlessly interacts with PEEL SHOPPING store to manage without opening admin Panel.
APPSARA PEEL SHOPPING Admin is a secured Android & iOS App that allows the owner to get connected with Store always
PEEL SHOPPING Admin is an PEEL SHOPPING Store Manager Mobile Application that helps you to manage your PEEL SHOPPING Store backend from your mobile. Now you can manage orders, get customer details and sales reports, manage customer reviews, get notifications of important events do much more use PEEL SHOPPING Mobile App
Customer.
New Customer Registered
Customer Details
Customer Address Details
Order
New Customer Order
Order Details
Item Details
the store owner can now remain connected with their store through their mobile. Keep track of the order details of your store from anywhere at any time!
PEEL SHOPPING Android IOS Native CRM Mobile Application For Store Owner
PEEL SHOPPING Android IOS Native Delivery Man Mobile Application For Store Owner
PEEL SHOPPING is a free ecommerce CMS in PHP / MySQL, that is to say a modern and safety management tool that lets you manage your product catalog, the text on your website and everything else from a single, simple and efficient administrative interface.
-PEEL SHOPPING is a free e-commerce CMS in PHP / MySQL, that is to say a modern and safety management tool that lets you manage your product catalog, the text on your website and everything else from a single, simple and efficient administrative interface.PEEL SHOPPING is released under the GENERAL PUBLIC LICENSE.
Features