Skip to content

AppChecker/onxshop

 
 

Repository files navigation

Onxshop

This CMS/eCommerce is unique in strict separation of PHP, HTML, CSS and Javascript code, which makes it easy to customise for any type of web project. State of the art on page editing interface using maximum of flexible layout system will allow you to design in browser.

Multisite design allows to run multiple website and share one Onxshop installation (onxshop_dir).

Typical web project files (project_skeleton)

  • conf/
  • controllers/
  • models/
  • onxshop_dir -> /opt/onxshop/1.7
  • public_html/
  • templates/
  • var/

Download & Install Onxshop

Via Debian APT repository

1. Install Onxshop archive public key

$ wget -O - https://onxshop.com/debian/conf/signing_key.pub | apt-key add -

2. Create APT source record

$ echo "deb http://onxshop.com/debian/ wheezy main" > /etc/apt/sources.list.d/onxshop.list

3. Install Onxshop

$ export LANG=en_GB.UTF-8 && aptitude update && aptitude install onxshop

4. Create a website

$ sudo onxshop create yoursite.com

More Information

To install without using Debian package follow docs/INSTALL procedure. At this time Onxshop is only optimised for Debian GNU/Linux operating system. You can find Debian consultant near you and ask him to install Onxshop for you.

For more information visit Onxshop.com.

About

Web content management system and built in eCommerce

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.4%
  • HTML 6.1%
  • JavaScript 2.4%
  • CSS 1.0%
  • Shell 0.1%
  • Batchfile 0.0%