Skip to content

AFPy/pyconfr-2019

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

PyConFr 2019

You've seen a mistake? Please go to the templates folder above an fix it ;).


To serve the dynamic website on localhost:

make serve

To build and deploy the static website in production:

make deploy

with something like this in your ~/.ssh/config:

Host rainette
  HostName rainette.afpy.org
  Port 2222
  User changeme

Host pyconfr
  ProxyJump rainette
  HostName 192.168.42.110
  Port 4242
  User pyconfr

That's all you need! Other rules are available in Makefile, mostly for debugging purpose.