Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfe44c6

Browse files
committed
Couple of changes in INSTALL.md to get it more clear. Updated AUTHORS.txt and CONTRIBUTORS.txt
1 parent c088260 commit dfe44c6

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
Google Inc.
1010
Mikhail Kashkin <[email protected]>
1111
Brian Dickens <[email protected]>
12+
Vitaly Volkov <[email protected]>

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
Mikhail Kashkin <[email protected]>
2525
Dave Crossland <[email protected]>
2626
Brian Dickens <[email protected]>
27+
Vitaly Volkov <[email protected]>

INSTALL.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,14 @@ Install nginx on Ubuntu
145145
sudo apt-get update
146146
sudo apt-get intall nginx
147147

148-
Install gunicorn
149-
150-
/path/to/project/venv/bin/pip install gunicorn
151-
152148
By default project will start in development mode, but it is possible to run in production mode by changing `local.cfg`.
153149

154150
Edit configuration files in webapp_configs and make symbolic link to nginx and supervisor configurations directories.
155151

156152
ln -s /path/to/project/webapp_configs/nginx.conf /etc/nginx/sites-enabled/fontbakery.conf
157153
ln -s /path/to/project/webapp_configs/supervisor.conf /etc/supervisor/conf.d/fontbakery.conf
158154

159-
Start gunicorn in console:
160-
161-
make prun
162-
163-
Restart supervisor:
155+
Make supervisor autostarted on server booting and start it, if server will be rebooted it will be started automatically:
164156

165-
service supervisor stop
166157
service supervisor start
167158

0 commit comments

Comments
 (0)