Skip to content

edb-gjengen/mailman2-api-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt 
python mailman_api.py

Deploy

First you need to have your public key in /home/gitdeploy/.ssh/authorized_keys on the server.

Then, to deploy via login.neuf.no, add the following to your personal ~/.ssh/config

Host lynx.neuf.no
  User gitdeploy
  ForwardAgent yes
  ProxyCommand ssh -W %h:%p login.neuf.no -l USERNAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages