Skip to content

vti/perlresume.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source code for http://perlresume.org/ .

How to install

1. Clone the repository

    git clone http://github.com/vti/perlresume.org

2. Install the dependencies

    cpanm --installdeps .

3. Setup the SQLite database

    cat schema/*.sql | sqlite3 perlresume.db

4. Copy config.yml.sample to config.yml and adjust to your needs.

    cp config.yml.sample config.yml

5. Start the embedded server

    plackup bin/app.pl

Releases

No releases published

Packages

No packages published