Skip to content

Commit 75110c6

Browse files
Update gtmeetingsetup.sh
1 parent 9c6b39d commit 75110c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apps/py/ch12_deployment/server_setup/gtmeetingsetup.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/i
1212
sudo apt-get install -y -q build-essential git unzip zip nload tree
1313
sudo apt-get install -y -q python3-pip python3-dev python3-venv
1414
sudo apt-get install -y -q nginx
15+
sudo apt-get install -y -q libpq-dev
16+
sudo apt-get install -y -q postgresql postgresql-contrib
17+
1518
# for gzip support in uwsgi
1619
sudo apt-get install --no-install-recommends -y -q libpcre3-dev libz-dev
1720

@@ -28,8 +31,8 @@ git config --global credential.helper cache
2831
git config --global credential.helper 'cache --timeout=720000'
2932

3033
# Be sure to put your info here:
31-
git config --global user.email "[email protected]"
32-
git config --global user.name "Your name"
34+
git config --global user.email "[email protected]"
35+
git config --global user.name "Joe Riedley"
3336

3437
# Web app file structure
3538
mkdir /apps
@@ -59,7 +62,7 @@ cd /apps/app_repo/apps/py/ch07_web/
5962
pip install -r requirements.txt
6063

6164
# Copy and enable the daemon
62-
cp /apps/app_repo/apps/py/ch12_deployment/config/gtmeeting.service /etc/systemd/system/gtmeeting.service
65+
cp /apps/gtmeeting/config/gtmeeting.service /etc/systemd/system/gtmeeting.service
6366

6467

6568
systemctl start gtmeeting

0 commit comments

Comments
 (0)