Details
-
Type:
Epic
-
Status: To-Do (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Epic Name:Maintain and publicize IGB App Store
Description
The IGB App Store is now released and deployed.
Repositories include:
- https://bitbucket.org/lorainelab/appstore - the code
- https://bitbucket.org/lorainelab/appstore-playbooks - playbooks for deploying the code
This epic contains issues related to:
- improving and maintaining the app store code
- improving and maintaining deployment strategies
- teaching people about App Store
- publishing papers, slide decks, and other materials about App Store
July 2025 information important for maintenance:
- Production App Store system python is 3.6.9
prodappstore1 ubuntu $ python3 Python 3.6.9 (default, Mar 10 2023, 16:46:00) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.
We activated the virtual environment on the production app store and found that it is running python 3.6.9
prodappstore1 ubuntu $ pwd /home/ubuntu prodappstore1 ubuntu $ cd appstore/ prodappstore1 ubuntu $ source venv/bin/activate (venv) prodappstore1 ubuntu $ python --version Python 3.6.9 (venv) prodappstore1 ubuntu $