aboutsummaryrefslogtreecommitdiff
path: root/debian/README.Debian
blob: 36368217c74a81b398279225a832ab0fd499985c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
hex-zero for Devuan

0x0 file upload and hosting service in Flask.

At initial install, you will need to manually install short_url with pip. The dpkg configure will demonstrate how to do this. The steps are as follows:

    sudo su hex-zero -c 'pip3 install --user short_url'
    sudo dpkg-reconfigure hex-zero

This project combines the above 0x0 from envs.sh as well as https://code-boxx.com/simple-drag-and-drop-file-upload/ for the drag-and-drop upload form.

 -- B. Stack <bgstack15@gmail.com>  Thu, 10 Dec 2020 08:10:02 -0500
bgstack15