diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-29 15:17:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-29 15:17:28 -0500 |
commit | a31b6c8270e141f09f56d52e5f11c80880573d25 (patch) | |
tree | 3deccb2f7a214b46b7225d39af6a079fef5671fb /.envrc-local_ | |
parent | nix flake check (diff) |
sisu nix package/config updates, ruby on nix current
- current is at ruby 3.3.6
- next is at ruby 3.4.1
- much tidying required
- markup unaffected
Diffstat (limited to '.envrc-local_')
-rw-r--r-- | .envrc-local_ | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.envrc-local_ b/.envrc-local_ new file mode 100644 index 0000000..4790ed9 --- /dev/null +++ b/.envrc-local_ @@ -0,0 +1,15 @@ +export SisuVER=$(git describe --long --tags | sed 's/^[ a-z_-]\+\([0-9.]\+\)/\1/;s/\([^-]*-g\)/r\1/;s/-/./g') +PATH_add result/bin +#export sisuBIN=result/bin +export sisuPROJ=~/grotto/repo/git.repo/projects/doc-reform/code/software/sisu +export sisuDOC=./data/samples/current +export sisuOUT=/srv/www/sisu +#export sisuOUT=/var/www +#export sisuOUTver=/tmp/sisu/$sisuVER/www +export sisuCGIbin=/var/www/cgi/cgi-bin +export sisuSearchActionLocal='http://localhost/sisu_search' +export sisuSearchActionRemote='https://sisudoc.org/sisu_search' +export sisuCGIform='sisu_search' +export sisuSQLdb='spine.search.db' +export sisuDBpath=/var/www/sqlite +#export sisuDBpath=/srv/www/sisu/sqlite |