0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 04:12:47 +00:00

Update location of FreeBSD install instructions

This commit is contained in:
Sean Robertson
2021-12-17 15:21:52 +13:00
parent fa5266626a
commit b1a9fbe3ca
4 changed files with 15 additions and 1 deletions

14
install/ubuntu/install.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt install -y git nodejs npm mongodb44
export NODE_ENV=local
cd /usr/local/
git clone https://github.com/naturalcrit/homebrewery.git
cd homebrewery
npm install
npm audit fix
npm run postinstall