GitHub

Introduction

Termux Guide for UserGe

Important! unlike heroku it will require you to do everything yourself.

Prerequisite

  • Termux App
  • At least 750MB device storage

Quick Setup

  • Open Termux and run bash <(curl -s https://theuserge.tech/termux.sh).
  • Wait for a while (upto 10min) ... (some times it may ask for inputs).
  • It will redirect to config.env and ask to fill.
  • Fill them, save (ctrl+s) and close (ctrl+x) it.
  • Now, Installation done and time to run userge.
  • But first of all do termux-chroot to fix DNS Resolver issues.
  • Nice, Now you are in root so cd Userge && bash run.
  • Enjoy :)

Step By Step:

First of all, Update packages and Install root Repository

pkg update && pkg upgrade
pkg install root-repo

Install Python and necessary packages

pkg install git python proot resolv-conf libxml2 libxslt libjpeg-turbo
pip install -U pip wheel setuptools

Install Pillow

LDFLAGS="-L/system/lib/" CFLAGS="-I/data/data/com.termux/files/usr/include/" pip install Pillow

Then Clone Loader and Go to cloned directory

git clone https://github.com/UsergeTeam/Loader Loader && cd Loader

Install Requirements

bash install_req

Generate and Fill config.env

cp config.env.sample config.env
nano config.env

Done. Now run Userge

termux-chroot
cd Loader
bash run
Previous
Deployment