Commit graph

10 commits

Author SHA1 Message Date
Antoine Gersant
77c313637f Adds contribution guidelines 2025-02-02 13:54:02 -08:00
Antoine Gersant
ed546ed531 Setup guide tweaks 2024-10-13 00:24:10 -07:00
Antoine Gersant
32e67dc095 DDNS polish 2024-10-09 16:45:50 -07:00
Antoine Gersant
55a4f64b3a
Bundle SQLite () 2020-12-08 00:14:16 -08:00
Antoine Gersant
33121bc0a3
Pin rust toolchain version () 2020-12-07 22:08:37 -08:00
Antoine Gersant
875a52f1b2
Clarified uninstall instructions 2020-11-26 16:04:24 -08: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
c91f5815d6 Restored headers 2020-08-27 01:56:06 -07:00
Antoine Gersant
7901cb43bf Removed redundant headings 2020-08-27 01:53:30 -07:00
Antoine Gersant
8e55d31eb0
Cleaned up README ()
* Cleaned up README

* Removed setup screenshot
2020-08-27 01:39:50 -07:00