view doc/install.txt @ 26:d3b72a8bfbe9 default tip

Add rate limiting, change moveLogs.sh to only operate on non-empty files
author Violet7
date Sat, 01 Nov 2025 22:12:56 -0700
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