This tutorial will utilize the DDEV PHP developer environment, so any system that meets their requirements should be sufficient here.
Fundamental requirements:
First, clone the AntCMS source code and move into the root directory.
git clone https://github.com/AntCMS-org/AntCMS.git
cd AntCMS
Next, you'll want to start the DDEV container for AntCMS.
ddev start
For convenience, the AntCMS CLI is mapped to a command named antcli inside DDEV, autofill is provided for the default AntCMS commands.
Custom commands will work without problem they just do not have autofill working at this moment.
Examples:
ddev antcli clearCache will empty the AntCMS cache.ddev antcli initExample will download and load example content into your AntCMS installation, replacing whatever is there now.Assuming you ran into no errors, you should now find your AntCMS developer instance available at https://antcms.ddev.site.