Skip to content
Lewis L. Foster edited this page Apr 14, 2020 · 2 revisions

Initial Setup of ImageUploader

  • After cloning this repository, you will need to install all of the dependencies to be able to run it. You can do this with pip3 install -r requirements.txt when in the folder with all of the files.
  • Now you need to configure the web server at a minimum. You will need to set the listen port, listen address, web root, data directory for configuration files, upload directory for uploaded files and the username and password for the admin web page. Please see Configuration for more detailed information on configuring the web server and the Discord bot.
  • Now you have the dependencies installed and the configuration set, you can now run ImageUploader with python3 Image_Uploader.py (please note that you may need to be root to listen on some ports, ports under 1024 require root to listen on)
Clone this wiki locally