This website works better with JavaScript.
Home
Help
Sign In
varia
/
xppl
Watch
14
Star
0
Fork
0
Code
Issues
6
Pull Requests
Releases
Activity
Varia library working group XPPL.
https://gitea.xpub.nl/XPUB/XPPL
self-hosting
library
pirate
xpub
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.
179
Commits
3
Branches
0
Tags
17 MiB
Tree:
202398983c
add-change-log
ansible-setup-and-deploy
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '202398983c'
${ noResults }
xppl
/
run.py
6 lines
100 B
Raw
Normal View
History
prototype 0.0.1
7 years ago
#! /usr/bin/env python
Remove all the chaotic non-essential files. They'll come back once I start to figure out where things go but for now, I just want to get a minimial setup without all this noise.
6 years ago
librarian chat
7 years ago
from
app
import
app
,
socketio
Remove all the chaotic non-essential files. They'll come back once I start to figure out where things go but for now, I just want to get a minimial setup without all this noise.
6 years ago
socketio
.
run
(
app
,
host
=
'
0.0.0.0
'
,
port
=
8080
)