Here you will find information on how to install the Ecommerce Product Ymple to set up your store online.
Ymple is an Ecommerce Framework based on Node.js and Mongodb. It is using a fully responsive Template to be available on every devices. It will allow also Mobile Application Development with standard mobile API. It works on all main web browsers "IE8+", tablets and phones.
We hope you will enjoy using Ymple to develop new Ecommerce solution. :).
Prerequisites
Unix Server Ubuntu, Centos, Red hat or Windows Server with Node version > 4.0
Node version > 4.0
MongoDB Version > v3.2.6
The installation of Ymple requires one instance mongodb and one node project
Beginning - Installation
The source code is available on Github or npm
git clone https://github.com/Ymple/ymple-ecommerce.git
Run one mongodb instance on port 27017
cd ymple-ecommerce
node app.js
Run your Application
First run of the application
INSTALLATION Configure and run a mongodb instance ( the default is host: 'localhost', port: 27017) Go to http://localhost:1338/install Default login credential : [email protected] / admin node app.js FRONT END Navigate to http://localhost:1338 You can loggin with the user: [email protected] and password: admin BACK END You can access at http://localhost:1338/admin