Mercurial Hosting > luan
comparison host/doc/install.txt @ 2064:5fb3a2e6e533 default tip
add instructions to update cert trust store
| author | Violet7 |
|---|---|
| date | Sat, 15 Nov 2025 18:18:46 -0800 |
| parents | dc942f39310e |
| children |
comparison
equal
deleted
inserted
replaced
| 2063:dc942f39310e | 2064:5fb3a2e6e533 |
|---|---|
| 8 brew install caskroom/cask/java8 | 8 brew install caskroom/cask/java8 |
| 9 | 9 |
| 10 3) install python3 | 10 3) install python3 |
| 11 curl -O https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg | 11 curl -O https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg |
| 12 sudo installer -pkg python-3.7.9-macosx10.9.pkg -target / | 12 sudo installer -pkg python-3.7.9-macosx10.9.pkg -target / |
| 13 # update trust store, needed for old versions of macos | |
| 14 cd "/Applications/Python 3.7/" | |
| 15 chmod +x "Install Certificates.command" | |
| 16 ./Install\ Certificates.command | |
| 13 | 17 |
| 14 4) clone repo | 18 4) clone repo |
| 15 hg clone https://hg.reactionary.software/repo/luan | 19 hg clone https://hg.reactionary.software/repo/luan |
| 16 | 20 |
| 17 5) Install nginx | 21 5) Install nginx |
