You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Generate the SQL structure using the following command:</br>
38
38
python manage.py syncdb
39
39
</code><br /><br />
40
40
Step 5:<br />
41
-
Start both nginx, and uwsgi services using the configurations found in the repo.<br /><br />
41
+
Start both nginx, and uwsgi services using the configurations found in the repo. <b>Note:</b> nginx.conf needs to be copied to /etc/nginx/sites-enabled for the configuration to be loaded properly<br /><br />
42
42
Step 6:<br />
43
43
Navigate to <your_server>/admin and at least add upstream Jenkins to the source model:<br />
44
44
<code>
@@ -52,7 +52,18 @@ And,<br />
52
52
</code>
53
53
<br />
54
54
Step 7:<br />
55
-
The service that actually queries Gerrit and saves the resultant data into the database is found in <code>aggregatorService.py</code>. This service must be started manually, or set to autorun on boot.<br /><br />
55
+
The service that actually queries Gerrit and saves the resultant data into the database is found in <code>aggregatorService.py</code>. This service must be started manually, or set to autorun on boot. You can use the following upstart config, or write your own config for your init daemon of choice.<br />
0 commit comments