Anga205 / AngaDriveV2

A public repository for the AngaDrive project
https://drive.anga.pro/
GNU Affero General Public License v3.0
1 stars 0 forks source link

AngaDriveV2

A remove file and collection hosting web application written in python using the reflex framework

Tech stack

Hardware requirements

Software requirements

Self Hosting guide (non-docker)

for Windows (and other DOS based systems)

first, open command prompt copy the repository into your filesystem using

git clone https://github.com/Anga205/AngaDriveV2

this will create a folder named AngaDriveV2, enter it using

cd AngaDriveV2

now run the windows startup command

start.bat

For Debian/Arch/RedHat based systems:

open bash copy the repository into your filesystem using

git clone https://github.com/Anga205/AngaDriveV2

this will create a folder named AngaDriveV2, enter it using

cd AngaDriveV2

now you can quick-start the app using the startup script

bash start.sh

this will automatically install all dependencies and start up the webapp