File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ Install JavaScript modules:
187
187
188
188
~ > make init
189
189
190
- Integration without previous optimization:
190
+ Integration without optimization:
191
191
192
192
.. code-block :: html
193
193
@@ -198,7 +198,7 @@ Optimization:
198
198
199
199
.. code-block :: sh
200
200
201
- ~ > npm install -g requirejs uglifyjs jade
201
+ ~ > npm install -g requirejs uglify-js jade
202
202
~ > make js
203
203
204
204
.. _init-scripts :
@@ -207,10 +207,10 @@ Init scripts
207
207
------------
208
208
209
209
Init scripts to run Isso as a service (check your distribution's documentation
210
- for your init-system; e.g. Debian uses SysVinit, Fedora uses SystemD ) if you
210
+ for your init-system; e.g. Debian uses SysVinit, Fedora uses systemd ) if you
211
211
don't use FastCGi or uWSGI:
212
212
213
- - SystemD (Isso + Gunicorn): https://github.com/jgraichen/debian-isso/blob/master/debian/isso.service
213
+ - systemd (Isso + Gunicorn): https://github.com/jgraichen/debian-isso/blob/master/debian/isso.service
214
214
- SysVinit (Isso + Gunicorn): https://github.com/jgraichen/debian-isso/blob/master/debian/isso.init
215
215
- OpenBSD: https://gist.github.com/noqqe/7397719
216
216
- Supervisor: https://github.com/posativ/isso/issues/47
You can’t perform that action at this time.
0 commit comments