23 lines
895 B
Markdown
23 lines
895 B
Markdown
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
|
|
|
|
## 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 |