apartresearch / deepdecipher

🦠 DeepDecipher: An open source API to MLP neurons
https://apartresearch.com
MIT License
9 stars 0 forks source link

Change server setup to comply with Linux-Filesystem-Hierarchy #95

Closed albertsgarde closed 1 year ago

albertsgarde commented 1 year ago

The repo should stay in user directories and each user should have their own copy (possibly a shared one in /home/shared). The database file should be stored in /srv, while the server binaries and frontend directory should be stored in /usr/local. This means that each time a new version is compiled, the result should be copied to /usr/local.

albertsgarde commented 1 year ago

this is actually a way to separate testing from deployment, so should be done before announcement