Git Product home page Git Product logo

cvdb's Introduction

CVDB

CircleCI Travis CI codecov

CV database for storing and displaying CVs and resumes. There are many like it, but this one is mine.

Sources at GitHub. Running instance at cvdb.fi.

Using

Deploy

Install Ansible

Install fabric 1.x:

pip install - r requirements-deploy.txt 

Get sources:

git clone https://github.com/jarnoln/cvdb.git

Add your host to ansible/inventory. Then:

ansible-playbook -i ansible/inventory ansible/provision-deb.yaml

fab -f fabfile.py deploy:host=user@host

Set up development environment

Get sources:

git clone https://github.com/jarnoln/cvdb.git

Create virtual environment and install Python packages:

mkvirtualenv -p /usr/bin/python3 cvdb
pip install -r requirements.txt

Generate password:

python cvdb/generate_passwords.py cvdb/passwords.py

Initialize DB:

./manage.py migrate
./manage.py makemigrations viewcv
./manage.py migrate viewcv

Run tests:

./manage.py test

If tests pass, you should be good to go.

Run development server:

./manage.py runserver

Now should be able to see CVDB in your browser at http://127.0.0.1:8000/

Note: When trying to sign up on local server, sending confirmation email fails unless a mail server is installed. Installing for example Postfix should fix this:

sudo apt install postfix

cvdb's People

Contributors

dependabot[bot] avatar jarnoln avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.