Commit graph

8 commits

Author SHA1 Message Date
Antoine Gersant
a89e3d5145 WIP 2024-10-06 23:12:57 -07:00
Antoine Gersant
369bf3821b Introduces data_dir 2024-10-05 20:04:39 -07:00
Antoine Gersant
538b41a2b4
Use standard directories when running on Linux ()
* Use standard Linux directories for application data (https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard)

* Use standard system directories

* Cleanup all Polaris files during uninstall

* Expose get_pid_directory to rest of the crate

* Add separate targets for install binary and data files, clean up makefile

* Use environment variables for directory locations during install process

* On Linux, read locations from environment variables at compile time

* Split static_directory in two (web and swagger directories)

* Follow recommendations from the Make manual

* Avoid redundant directories

* Added workflow to validate installer setup

* Added CLI options to locate log file, pid file and cache directory

* Fixed an issue where build command did not support the xdg/system switch

* Renamed log option to log-level

* Fixed an issue where xdg install would do a system build

* Use re-usable action to make linux release

* Avoid nested actions (see https://github.com/actions/runner/issues/646)

* Updated installation instructions

* Replaced deprecated use of set-env
2020-11-26 15:57:08 -08:00
Antoine Gersant
bf67ccfda8 Ship swagger files with installers 2019-04-07 23:41:24 -07:00
Antoine Gersant
7cd2bdfd6b Cleaned up makefile 2017-07-08 18:58:22 -07:00
Antoine Gersant
6c030c7ffd Removed outdated content from installer 2017-07-08 12:25:02 -07:00
Antoine Gersant
0b9aca16ae Added message indicating installation success 2017-05-30 22:36:00 -07:00
Antoine Gersant
baadd410ca Added packaging script and makefile for Linux install 2017-05-29 19:13:03 -07:00