Skip to content

Instantly share code, notes, and snippets.

@authsec
Created June 29, 2016 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save authsec/455940a3f6bd5673c1c9dd16ea4ec0af to your computer and use it in GitHub Desktop.
Save authsec/455940a3f6bd5673c1c9dd16ea4ec0af to your computer and use it in GitHub Desktop.
Variables for Roller installation
root@sigusr1:$
TARGET=/opt/roller
TARGET_TMP=${TARGET}/tmp
UPLOADS=$TARGET/uploads
THEMES=$TARGET/themes
PLANET_CACHE=$TARGET/planetcache
SEARCH_INDEX=$TARGET/searchindex
#ROLLER_FILENAME="apache-roller-4.0.1-snapshot-20080211.tar.gz"
ROLLER_FILENAME="apache-roller-4.1-snapshot-m1.tar.gz"
CTX_ROOT="blogs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment