Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install #3

Open
ghost opened this issue Dec 15, 2014 · 2 comments
Open

Install #3

ghost opened this issue Dec 15, 2014 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Dec 15, 2014

Does anyone was able to make it work and could help with some detailed information?

I've been trying for weeks, searched everywhere and it just seems impossible :/

@changeme
Copy link

changeme commented Nov 5, 2015

Is not impossible.

I had 3 problems:

  1. vendor/vendor.php and vendor/autoload.php are not available on github code. I had to create as empty files
  2. I upgrade to 1.0b, and On lib/BBB.php , .pid files are not called as should be. If you are using 1.0b as me, fix here with updated paths and files

260 $red_pid = trim(file_get_contents('/var/run/red5.pid'));
261 $rdb_pid = trim(file_get_contents('/var/run/redis.pid'));
262 $tom_pid = trim(file_get_contents('/var/run/tomcat6.pid'));

  1. Debian/Ubuntu seems that are using socket for php5-fpm now.. Change it on /opt/edoceo/bbd/etc/nginx.conf

32 # fastcgi_pass 127.0.0.1:9000;
33 fastcgi_pass unix:/var/run/php5-fpm.sock;

Restart nginx and if everythig is fine, browse to http://bbb-server/bbd

  1. Tip : Remember to set up etc/boot.ini !

@djbusby djbusby self-assigned this Nov 6, 2015
@e-tinchux
Copy link

Hi! I'm just on point to get it work but I have one error..

Fatal error: Class 'Redis' not found in /opt/edoceo/bbd/lib/bbd.php on line 23

I installed redis .."pecl install redis" and I can connect with redis-cli...

Please can you help me?

Thanks in advance!
Marcelo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants