Skip to content

astroumd/slama

Repository files navigation

slama

bootstrap repo for SMA repos

repos:

other

related

Configure

Configure should

  • create slama_start.sh

  • create and set global environment variables like REDIS_NAME, REDIS_CLI, RESID_SERVER, REDIS_PORT, LUA

    • maybe add $REDIS_DBFILE to the list (sma-shared-variables.rdb)
  • update data/valkey_sma.conf to use $REDIS_PORT, REDIS_DBFILE

  • create smax-init.sh and valkey-init.sh from *.in

Makefile

make install should

  • mkdir ${SLAMA}/bin ${SLAMA}/lua

  • build valkey and install valkey*_sma in ${SLAMA}/bin

    • make -jN PROG_SUFFIX="_sma" PREFIX=${SLAMA}/bin (where N is number of cores to use)
  • install valkey-init.sh and smax-init.sh in $SLAMA/bin

  • copy smax-server/lua to ${SLAMA}/lua

  • update data/valkey_sma.conf with REDIS_PORT, REDIS_DBFILE(?

About

bootstrap repo for SMA repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published