An open API service indexing awesome lists of open source software.

https://github.com/cyrof/storage-system


https://github.com/cyrof/storage-system

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# —Instructions—
Download file as zip file.
Once downloaded, create venv then run run.py inside the venv to install all requisites

# Open terminal as administator (window)
# Or
# Open terminal as root user (linux)

# Create venv
```console
root@localhost:~$ pip install virtualenv
root@localhost:~$ cd "folder-downloaded"
root@localhost:~$ python -m venv venv_name
```
***Note: 1. folder-downloaded must contain run.py 2. venv_name is up to you***

After creating venv, you need to activate it then run the run.py to install all requisites

# Activate venv and run run.py
```console
root@localhost:~$ venv_name\Scripts\activate
(venv_name)root@localhost:~$py run.py
```
After running run.py and installing all requisites, you can now run app.py to start the flask server by writing this set of command in the terminal
```console
(venv_name)root@localhost:~$py app.py
```
# IMPORTANT
### This projects is outdated and not in use anymore.
### This repository will be archieved. THANK FOR VIEWING.