Thanks @baris and thanks @Julian
Thanks to your tips I was able sort out this!
The main problem seem when you are trying to install nodebb into a subfolder.
Finally the headache has passed.
Thanks!!
Thanks @baris and thanks @Julian
Thanks to your tips I was able sort out this!
The main problem seem when you are trying to install nodebb into a subfolder.
Finally the headache has passed.
Thanks!!
In April 2014, Microsoft will be ending support for Windows XP, which means the end of support for the operating system most of Internet Explorer 8 users use.
Also google will drop support for IE8: http://googleappsupdates.blogspot.ch/2012/09/supporting-modern-browsers-internet.html
I am ready and happy to say goodbye IE6, IE7 and now IE8...
Hi,
I am trying to edit template, and I see there is a variable which define bootstrap column size, the variable name is:
{register_window:spansize}
How we can define this for our custom template?
I suppose (and this is what I do) we can just simple ignore it, and remove.
But this return col-md-12 or col-md-6 for register.tpl (depend if social login are enabled or not).
Now I don't want left and right, but top and bottom (top social link and bottom register form).
I can only remove {register_window:spansize} and add my cols class.
Thanks!!
@CaioDA said:
Using something like GitLab instead of Github to centralize the repository?
Thanks for sharing this site! Unlimited private repository for free it's something that I looking for many times.
I was about to take a pro account on github for this purpose, which is $ 7 / month for 5 private limited repository.
You save my money.
I am testing this great site right now.
I think for a Open Source project like NodeBB, the better choice is github, because it's the most popular site, and it become also a platform for promote your product.
On the other side, for commercial project, which ask a fee for use product, you need private repository like github offer in account pro.
gitlab seem good alternative in my case.
Thanks !!
Best!!
Sure, this:
{
"base_url": "http://xxx.yyy.com",
"port": "4567",
"use_port": false,
"secret": "secret-removed",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"relative_path": ""
}
Hi,
I got this error:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /socket.io/1/websocket/yTAbGScq8qrLlkN8XseN.
Reason: Error reading from remote server
I am using Apache, with proxypass.
Any suggestion what can be?
My hosting said:
For some reason the app isn't returning data for that page:
damir ~ # curl http://localhost:4567/socket.io/1/websocket/yTAbGScq8qrLlkN8XseN
curl: (52) Empty reply from server
Thanks!!
Thanks @baris and thanks @Julian
Thanks to your tips I was able sort out this!
The main problem seem when you are trying to install nodebb into a subfolder.
Finally the headache has passed.
Thanks!!
I was able install with success, but now I have an error.
My config.json is this:
{
"base_url": "http://204.x.x.x",
"port": "4567",
"use_port": false,
"secret": "7dcaa8a3-2c7d-4782-8022-f57e151ac5cf",
"bind_address": "domain.com/community",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"relative_path": ""
}
And I have added a proxy
ProxyPass /community http://localhost:4567/
ProxyPassReverse /community http://localhost:4567/
When I go to domain.com/community
My server is centos + apache.
@julian Thanks for reply.
I got this warning, which said that require nodejs 0.8, but I am using higher 0.10
Does this can cause some issue?
I am currently using IPBoard, and I want migrate to NodeBB asap.
One thing that I missing it's the way to have access on many extensions like shop and support ticket.
On other side, I am migrating just for have something more lightway, fast.
IPBoard have thousands of features, in last 2 years, I am still discovering some features on backend, this become hard to manage, and losing time.
Now before migrate, I need to find a solution for a small shop (digital product), with a Download area, only who purchase can download.
I just found this: http://nodeshop.org/ but it's incomplete.
For support ticket, can be done also private forum (User - Admin forum only), but seem missing on NodeBB.
And in last seem missing an efficient spam control, but seem you are already working on it.
I hope to migrate soon to NodeBB, since I simple love to use it.
Bye
@julian said:
Unfortunately not since we all use nginx, but if you stick around here, somebody else from the community may use apache and be able to help you!
Thanks Julian.
I have been able to install on Apache adding this to the vhost config:
ProxyPass /community http://localhost:4567/
ProxyPassReverse /community http://localhost:4567/
When I run via comand line, I got this error:
What can be?
Thanks!!