Skip to content

CMS to create your resume & portfolio website

License

Notifications You must be signed in to change notification settings

zakandaiev/webresume-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebResume CMS

Logo

WebResume CMS is used to easily create your resume website.

Content

  1. Live demo
  2. Download
  3. Features
  4. Web environment requirements
  5. Installation
  6. Source code edit

Live demo

Download

Features

  • 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...

Web environment requirements

  • PHP 7.4+
  • MySQL 5.7+ or MariaDB 10.3+

Installation

  1. Download latest release.
  2. Extract content from .zip to your web host server.
  3. Go to the site and fill out the installation form.
  4. Click Install button & enjoy ;)

Source code edit

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.

  1. Create a local domain webresume/, database and user
  2. Place the source folder into the root of the site (webresume/source)
  3. Open a command line and go to the source folder
  4. Install all required modules and dependencies with npm i command
  5. Use:
    • npm run dev or gulp task to start Dev mode
    • npm run prod or gulp --prod task to start Prod mode
  6. On the real site, copy all the contents of webresume/ except for the source folder