Appearance
Editing Win5X source code
This process is not different from any other project. All related documentation is linked on this page to help you get started.
DON'T HAVE ANY PROGRAMMING EXPERIENCE?
You can purchase custom development.
DANGER
Do not change permissions of /var/www/html
and do not run composer
as a root user!
What we used to make Win5X
OS requirement
You can edit source code and test the project on Windows, but some CMS features won't work on it (same for Windows Server).
Use Ubuntu 22 or higher for production.
Apache
apache2
is used as a web server.
Project files are located in /var/www/html
directory.
INFO
nginx is a popular alternative, but it is not officially supported.
PHP
Backend (server-side code) is written on PHP (version 8)
Laravel 9
Laravel is a PHP web application framework.
Frontend (client-side code)
Vue is a JavaScript framework for building user interfaces.
Dashboard
Dashboard uses Vue.js 3
Web
Web frontend uses Vue.js 2.7
Win5X Installation on Windows
WARNING
Do not use Windows for production or this guide as a way to install Win5X.
Win5X installation should be performed only using official installer.