All Projects → vti → perlresume.org

vti / perlresume.org

Licence: other
perlresume.org

Programming Languages

perl
6916 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Smarty
1635 projects
HTML
75241 projects
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].