Skip to content

darumatic/daruresumeserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daru Resume Creator

A resume creator using hackresume and wkhtmltopdf

#Installtion

  1. Check linux system for latest packages
sudo apt upgrade
sudo apt update
  1. Install latest node js
sudo apt install nodejs
  1. Install latest npm
 sudo apt install npm
  1. Install Lastest hackmyresume cli
 npm install hackmyresume -g
  1. Download and Install wkhtmltopdf(Installing QT patched version)
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb
  1. Install PM2
sudo npm install pm2 -g
  1. Clone this git project to any public folder
git clone {{url}}
  1. Start the code in PM2
cd daru-resume
pm2 start bin/www

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published