Commit graph

350 commits

Author SHA1 Message Date
Peter Jaszkowiak
36a2f95ad4 Add deprecated warning message 2018-05-24 20:31:14 -06:00
Julian Lam
8c39c4cea5 add link to new repo in readme 2017-06-14 12:26:56 -04:00
Julian Lam
62d8c8c860 apparently removing the TOC makes things explode? 2017-06-14 09:37:03 -04:00
Julian Lam
d79389f12c link to new docs 2017-06-13 15:48:56 -04:00
Julian Lam
18bcdb4c91 Merge pull request #127 from MathMinor/patch-1
Change git push arguments from v1.0.0 to v1.5.x
2017-06-08 12:59:42 -04:00
Edouard Michel
6263e20967 Change git push arguments from v1.0.0 to v1.5.x
The syntax for pushing to a remote and setting the upstream is as follows ``git push -u <REMOTENAME> <LOCALBRANCHNAME>:<REMOTEBRANCHNAME>``. Since we've cloned branch v1.5.x and made changes to that branch that is our local branch
2017-06-04 01:20:50 -04:00
Julian Lam
16d04d0b4e adjust references to 1.x.x branch to now point to 1.5.x branch 2017-05-24 10:28:35 -04:00
Julian Lam
730a43af07 removed usage of sudo to install nodebb, #113 2017-05-24 10:21:27 -04:00
Barış Soner Uşaklı
6618d5af45 add mongo:uri setting 2017-05-12 15:54:10 -04:00
Julian Lam
71e3998c0e Merge pull request #125 from devdoshicengage/patch-1
Update osx-mavericks.rst
2017-05-08 13:14:12 -04:00
Dev Doshi
bcd2a0d8ab Update osx-mavericks.rst
Instructions start with setting up redis but the default is mongo. also it looks like the weekly branch doesn't exist anymore
2017-04-25 13:06:37 -04:00
Julian Lam
1f5e7226d8 Merge pull request #122 from marxvn/patch-1
There is no need to create a home directory for nodebb
2017-04-24 11:15:07 -04:00
Julian Lam
108193701e Merge pull request #124 from Doldge/master
added websocket proxy to apache configuration.
2017-04-24 11:14:38 -04:00
Julian Lam
03eae165b8 Merge branch 'master' into master 2017-04-24 11:14:31 -04:00
Julian Lam
df8c9e1cd0 Merge pull request #123 from An-dz/patch-1
Fix Apache mod_headers install
2017-04-24 11:13:50 -04:00
Callum
402c99dee4
added websocket proxy to apache configuration.
Installing nodebb behind apache2.4 appears to also require
the websocket be proxied as well, without the proxy_wstunnel
module loaded the app seems unable to connect to the /socket.io/
end point, and the apache logs produce the following error:

No protocol handler was valid for the URL /socket.io/.
If you are using a DSO version of mod_proxy,
make sure the proxy submodules are included in the
configuration using LoadModule
2017-04-22 13:39:34 +01:00
André Zanghelini
d25fe37903 Fix Apache mod_headers install
When using `a2enmod` you don't add `mod_`
2017-04-20 02:07:16 -03:00
Martin Pham
71903a422e There is no need to create a home directory for nodebb 2017-04-19 23:58:53 +07:00
psychobunny
3fa1c2b7dc Merge pull request #121 from integralyogin/patch-1
added > cause it was missing :P
2017-03-29 15:17:58 -04:00
integralyogin
c1ddcd1187 added > cause it was missing :P 2017-03-29 15:16:50 -04:00
Barış Soner Uşaklı
f38a9b04df fix typo 2017-03-14 22:16:26 +02:00
Barış Soner Uşaklı
d4c8ab69e1 update format 2017-03-14 22:07:08 +02:00
Barış Soner Uşaklı
a0f3d3c204 fix format 2017-03-14 22:05:59 +02:00
Barış Soner Uşaklı
2ce31558d7 added mongodb replicateset sample config 2017-03-14 22:05:20 +02:00
Peter Jaszkowiak
9f88578fad Fix location blocks to add 2017-02-27 19:12:21 -07:00
Barış Soner Uşaklı
577202aa88 Merge pull request #119 from linegel/master
Not actual nodejs version
2017-02-13 17:24:27 +02:00
Eugene
a067efb613 Update windows8.rst 2017-02-13 18:02:38 +03:00
Julian Lam
adee6cf8b9 updated scaling documentation to reflect new nginx config 2017-02-13 09:25:32 -05:00
Popov Evgeny
9501e4be1c Not actual nodejs version 2017-02-10 13:29:16 +03:00
Barış Soner Uşaklı
5f035f3679 Merge pull request #118 from vstoykovbg/patch-3
enable database monitoring and clarification
2017-02-09 19:39:21 +02:00
vstoykovbg
c6c707edfe enable database monitoring and clarification 2017-02-09 19:36:41 +02:00
Barış Soner Uşaklı
94271a9a91 Merge pull request #116 from vstoykovbg/patch-1
bug fix
2017-02-09 19:21:05 +02:00
vstoykovbg
073c776bcf bug fix
Added `proxy_set_header X-Forwarded-Proto $scheme;`
2017-02-09 19:11:07 +02:00
Barış Soner Uşaklı
22b1243877 Merge pull request #114 from alex1702/master
Remove all! trailing / in example config for nginx
2017-02-05 16:53:28 +02:00
Barış Soner Uşaklı
c3d07a417c Merge pull request #115 from LouiseMcMahon/patch-1
Fixed link for s3 plugin
2017-02-05 16:53:06 +02:00
Louise McMahon
65ab9d5a72 Fixed link for s3 plugin 2017-02-05 14:13:52 +00:00
Alex
1bc4eeb4bf Remove all! trailing / in example config 2017-01-26 10:51:18 +01:00
psychobunny
bc30b64bd3 english fail 2017-01-16 21:17:05 -05:00
psychobunny
ffd4e37bd2 Update index.rst 2017-01-16 21:16:43 -05:00
Julian Lam
5cf3290ff9 Merge pull request #113 from dwatley/ubuntu-guide
Revised Ubuntu guide with more context.
2017-01-08 15:59:22 -05:00
Dominic Watley
73ead9ff6b Revised Ubuntu guide with more context. 2017-01-06 18:16:06 -08:00
Julian Lam
7e11fa1aa2 Merge pull request #111 from stuwil/remove-docker
Remove Docker mentions
2017-01-04 14:27:31 -05:00
Barış Soner Uşaklı
2c71503218 remove trailing / 2017-01-02 21:00:09 +02:00
psychobunny
05233bc9dc Merge pull request #112 from coolguy001tv/patch-1
misspell
2016-12-30 03:39:44 -05:00
CoolGuy
87c4e54e1e misspell
to -> do
2016-12-30 15:51:54 +08:00
Stuart Williams
9c32748985 Remove Docker mentions 2016-12-29 13:30:44 -05:00
Mr.Lee
2f833c5198 Update some content about MongoDB 3.2.x (#94) 2016-12-16 09:41:37 -05:00
Grant Carthew
6f7dfcd6f7 Update debian.rst (#110) 2016-12-16 09:41:08 -05:00
psychobunny
ef9d87c83e Merge pull request #109 from ResponsiveWebApps/master
adding Link the plugin
2016-11-24 11:33:46 -05:00
ResponsiveWebApps
fddc0e0662 Update create.rst 2016-11-24 16:56:22 +01:00