view doc/install.txt @ 13:94b5c7b54978

rm only logs
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 28 Jul 2022 16:23:57 +0300
parents dfc36e7ed22c
children 3e8c7d089e30
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.luan.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