Testing Isotope eCommerce on your own server
Our demo installation is the best tool to show you the configuration and features of Isotope eCommerce. The setup is based on the official Contao Demo and works in conjunction with a fresh installation of Contao 4.13 and using the Contao Manager.
Installation via the Contao Manager
Install the Contao Manager as described in the Contao documentation and follow these instructions step by step.
The database import has been successfully completed, click on Continue
to check the database schema.

You can now check the front end or log in in the back end via http://www.yourdomain.org/contao/login
as Kevin Jones.
(username: k.jones and password: kevinjones)
Have fun and happy testing!
If you have any questions, please check out our manual or contact the community forums.
Installation via the command line
In your project directory:
composer create-project isotope/isotope-demo .
Define the database connection in the .env.local
.
Change to the isotope-demo
directory and import the database backup:
vendor/bin/contao-console contao:backup:restore
and execute pending migrations:
vendor/bin/contao-console contao:migrate