- Download: latest version v1.1.1
- Review: all releases
- Automated install page
- Fine-tuning the site without programming knowledge
- Content live editing
- All CMS features
- SEO management
- Hybrid admin system (use
/login
path to login) - and many more...
- PHP 7.4+
- MySQL 5.7+ or MariaDB 10.3+
- Download latest release.
- Extract content from .zip to your web host server.
- Go to the site and fill out the installation form.
- Click Install button & enjoy ;)
In the process of creation, FrontEnd Starter was used and adapted to the PHP environment. To work with the source code, you will need to install NodeJS and Gulp4 globally. You can use OpenServer for example to create a database and process PHP code.
- Create a local domain
webresume/
, database and user - Place the
source
folder into the root of the site (webresume/source
) - Open a command line and go to the
source
folder - Install all required modules and dependencies with
npm i
command - Use:
npm run dev
orgulp
task to start Dev modenpm run prod
orgulp --prod
task to start Prod mode
- On the real site, copy all the contents of
webresume/
except for thesource
folder