Skip to content

fdurand/pki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Inverse-pki is a light and simple pki.

Requirements

Inverse-pki requires the following:

Django (>= 1.6) Django REST framework Django bootstrap3 Django secure

Install

Djando debian package is available but you need to have django >= 1.6

If you distribution have Django 1.6 available, install it, if no then manually install it:

Install Pip, the Python package manager.

sudo apt-get install python-pip

Optionally, but recommended, upgrade pip, using itself:

sudo pip install -U pip

Install the latest stable version of Django:

sudo pip install Django

To install a specific version, add a requirement specifier like this:

sudo pip install Django==1.6.6

Install Django REST Framework

sudo pip install djangorestframework

Install Django bootstrap3

sudo pip install django-bootstrap3

Install Django secure

sudo pip install django-secure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published