Getting started with XELOS development
Quick steps to create a module in XELOS:
- Please start the Docker container or VM and make sure you have shell access.
- Install the app DEV Tools (Kickstart)
- Open a shell on your XELOS server
- Go to the XELOS folder, usually /server/xelos
- Create the module:
> php xf kickstart example/my_module
- Create a page:
> php xf kickstart example/my_module page overview
- Install the module My Module in the system administration
- Done!
Please see the example modules for a more detailed module.