https://github.com/archmonger/conreq-app-store
https://github.com/archmonger/conreq-app-store
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/archmonger/conreq-app-store
- Owner: Archmonger
- License: gpl-3.0
- Created: 2021-10-10T08:58:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T22:14:06.000Z (over 2 years ago)
- Last Synced: 2025-04-03T19:40:21.493Z (about 1 year ago)
- Language: Python
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conreq App Store Manager
This repo is used to add and save Conreq Community App Store listings. You can clone this repo to run the App Store Manager to add new listings. Create a pull request to save your changes to this repository.
## Software Required
- Install [Python 3.9+](https://www.python.org/downloads/)
- Make sure to select "Add Python 3.x to PATH" during installation.
- Easiest if this is the only version of python on your computer
- _Optional_: Install [Visual Studio Code](https://code.visualstudio.com/) (Suggested, but any editor would work)
## Installing and Running the App Store Manager
1. Pull the repository from GitHub.
2. Open a terminal (ex. Command Prompt or PowerShell) as administrator at the root of the repository.
3. _If using Windows_
- Type `set-executionpolicy remotesigned` and select Yes to All to allow external Python scripts to run on your computer.
4. Type `python -m venv .venv` to create a Python virtual environment called ".venv".
5. Type `./.venv/Scripts/activate` to enter the virtual environment.
6. Type `pip install -r requirements.txt` to install all Python dependencies within the virtual environment.
7. Type `python manage.py run_conreq` to run the webserver.