LiteCore is a lightweight PHP framework that is the base of the e-commerce platform LiteCart®. Developed in PHP, HTML 5, and CSS 3 by founder and property owner T. Almroth.
Please note running your own website requires some common sense of web knowledge. If this is not your area of expertise, ask a friend or collegue to assist you.
What you need:
* A storage location on an Apache2 web server running PHP 5.6 or higher. Latest stable PHP release recommended for best performance.
* A MySQL 5.7+ account.
Here is what you do:
-
Connect to your web host via FTP using your favorite FTP software.
-
Transfer the contents of the folder
public_html/
in this archive (yes the contents inside the folder - not the folder itself). Transfer it to your website root directory. Using subdirectories is supported but not recommended.Example: /var/www/ /home/username/public_html/ C:\xampp\htdocs\
Paths are machine specific. Talk to your web host if you are uncertain where this folder is.
-
Create a new MySQL database and import
install/structure.sql
and theninstall/data.sql
using your favorite MySQL manager, e.g. phpMyAdmin. -
Copy the configuration file
install/public_html/storage/config.inc.php
to yourstorage/
folder and insert your MySQL credentials.
If everything went well, LiteCore should load without errors.
No support is being provided at this point in time. But some wiki articles by the LiteCart community can be useful.