project-rainstorm / rainstorm

The easiest way to own your cloud. Your data. Your cloud. Rainstorm.
Other
10 stars 5 forks source link

[SETUP] copy scripts and services to shared directory #29

Closed nullcount closed 4 years ago

nullcount commented 4 years ago

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.

nullcount commented 4 years ago

Having second thoughts about this. It may dirty up the FS. For now, we'll continue to keep scripts contained in the repo folder.