aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Root <root@texto-plano.xyz>2021-02-04 16:02:10 +0000
committerCharlie Root <root@texto-plano.xyz>2021-02-04 16:02:10 +0000
commit310c34340df6baf1999168bdcfc34254a68ab9d3 (patch)
tree0c2f1f2ad27944fb32cf34e7beafb1b24e74ab76
parent9488ade7fb64a58076b69cdae1b9ade0e9bb6241 (diff)
downloadbbj-310c34340df6baf1999168bdcfc34254a68ab9d3.tar.gz
tp
Committer: ffuentes <ffuentes@texto-plano.xyz>
-rw-r--r--bbj4
-rwxr-xr-x[-rw-r--r--]clients/network_client.py0
-rw-r--r--clients/urwid/config.json8
-rw-r--r--sbbj5
-rwxr-xr-x[-rw-r--r--]server.py0
-rwxr-xr-xsetup.sh2
6 files changed, 18 insertions, 1 deletions
diff --git a/bbj b/bbj
new file mode 100644
index 0000000..98304c2
--- /dev/null
+++ b/bbj
@@ -0,0 +1,4 @@
+#!/usr/local/bin/bash
+
+cd /usr/local/share/bbj/clients/urwid
+python main.py
diff --git a/clients/network_client.py b/clients/network_client.py
index 6cd4883..6cd4883 100644..100755
--- a/clients/network_client.py
+++ b/clients/network_client.py
diff --git a/clients/urwid/config.json b/clients/urwid/config.json
new file mode 100644
index 0000000..1ca8e0a
--- /dev/null
+++ b/clients/urwid/config.json
@@ -0,0 +1,8 @@
+{
+ "admins": ["ffuentes"],
+ "port": 7099,
+ "host": "127.0.0.1",
+ "instance_name": "BBJ",
+ "allow_anon": true,
+ "debug": false
+}
diff --git a/sbbj b/sbbj
new file mode 100644
index 0000000..5540a76
--- /dev/null
+++ b/sbbj
@@ -0,0 +1,5 @@
+#!/usr/local/bin/bash
+
+cd /usr/local/share/bbj
+python server.py
+
diff --git a/server.py b/server.py
index 9d509b9..9d509b9 100644..100755
--- a/server.py
+++ b/server.py
diff --git a/setup.sh b/setup.sh
index 496940f..65b2b6d 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/local/bin/bash
DEPS=(
cherrypy
Un proyecto texto-plano.xyz