More organization

This commit is contained in:
Scott Idem
2023-02-22 17:11:51 -05:00
parent 3a79aea7f8
commit 3a9a7a559f
4 changed files with 42 additions and 10 deletions

View File

@@ -5,4 +5,19 @@ Create links to the actual file directories
./srv/mariadb
./srv/nextcloud
./srv/oneskyit_site
./srv/static_files
./srv/static_files
## Create links examples
### 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