view doc/install.txt @ 28:cfedb3f6cbac default tip

prevent infinite .0s at end of log backup filenames
author Violet7
date Mon, 23 Feb 2026 18:08:44 -0800
parents 3e8c7d089e30
children
line wrap: on
line source

Install on local machine:

1) install mercurial
  brew install hg

2) install java
  brew tap caskroom/versions
  brew install caskroom/cask/java8

3) clone repo
  hg clone https://hg.reactionary.software/hghosting

4) Install nginx
  brew tap denji/nginx
  brew install nginx-full

5) Make sudo nginx without password
  add string to /etc/sudoers
  %admin ALL=(ALL) NOPASSWD: /usr/local/bin/nginx

6) compile
  ./update.sh