Currently, the APIs will attempt to call scripts from ~/home/drop/project_rainstorm/scripts and services from ~/home/drop/project_rainstorm/services. Instead, lets move these scripts to a shared folder on the system.
Perhaps scripts go to /usr/bin/ and services compose files go to /opt? This makes it more consistent when calling the scripts as the path is not dependent on the user's name or project repo name.
Currently, the APIs will attempt to call scripts from
~/home/drop/project_rainstorm/scripts
and services from~/home/drop/project_rainstorm/services
. Instead, lets move these scripts to a shared folder on the system.Perhaps scripts go to
/usr/bin/
and services compose files go to/opt
? This makes it more consistent when calling the scripts as the path is not dependent on the user's name or project repo name.