An open source profile and link page.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Raoul Snyman e72f97b687
Change README format and include a very basic deployment document
1 year ago
docs Change README format and include a very basic deployment document 1 year ago
linkinfo Initial import 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.rst Change README format and include a very basic deployment document 1 year ago
pyproject.toml Initial import 1 year ago
setup.cfg Initial import 1 year ago
setup.py Initial import 1 year ago

README.rst

LinkInfo

An open source profile and link page.

Deploy

The easiest way to deploy LinkInfo is via our Docker image:

docker pull raoulsnyman/linkinfo

For more information on deployment via containers, see Deployment

Install

To install LinkInfo manually, just use pip:

pip install LinkInfo

Development

To get started with development, clone the LinkInfo repository, create a virtual environment, and install LinkInfo:

git clone https://git.snyman.info/linkinfo/linkinfo.git
virtualenv .venv
source .venv/bin/activate
pip install -e .