Files
OSIT-AE-Docker-Env/srv
Scott Idem d0e6a6f921 Clean up...
2023-02-22 17:16:40 -05:00
..
2023-02-22 16:57:27 -05:00
2023-02-22 16:57:27 -05:00
2023-02-22 16:57:27 -05:00
2023-02-22 16:57:27 -05:00
2023-02-22 17:11:51 -05:00

Create links to the actual file directories ./srv/aether_api ./srv/aether_app ./srv/hosted_files ./srv/mariadb ./srv/nextcloud ./srv/oneskyit_site ./srv/static_files

Flask App

ln -s ~/OSIT_dev/aether_app ~/OSIT_dev/aether_container_env/srv/aether_app_ln

FastAPI API

ln -s ~/OSIT_dev/aether_api_fastapi ~/OSIT_dev/aether_container_env/srv/aether_api_ln

Hosted tmp files

ln -s /mnt/data_drive/srv/data/osit_app/hosted_tmp /home/scott/OSIT_dev/aether_container_env/srv/hosted_tmp_ln ln -s /mnt/data_drive/srv/data/osit_app/hosted_tmp_dev /home/scott/OSIT_dev/aether_container_env/srv/hosted_tmp_ln

Hosted (hashed) files

ln -s /mnt/data_drive/srv/data/osit_app/hosted_files /home/scott/OSIT_dev/aether_container_env/srv/hosted_files_ln ln -s /mnt/data_drive/srv/data/osit_app/hosted_files_dev /home/scott/OSIT_dev/aether_container_env/srv/hosted_files_ln