mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GMG-Devel] Struggling to start Mediagoblin


From: Deb Nicholson
Subject: Re: [GMG-Devel] Struggling to start Mediagoblin
Date: Fri, 3 Jul 2015 18:47:53 -0400

Hi Kaya,
Thanks for the detailed description of your process!  I'm not the right person to help with installation,  but you might try visiting the IRC, #seagl on  freenode.net if you're looking for a live person.
Cheers,
Deb

On Jul 3, 2015 4:57 PM, "Kaya Saman" <address@hidden> wrote:
Hi,

I've been reading through this:

http://mediagoblin.readthedocs.org/en/stable/siteadmin/deploying.html

my platform is FreeBSD 10.1 64bit.


I did manage to find a very out-of-date guide that someone posted:
http://blogs.fsfe.org/irl/2014/07/13/installing-mediagoblin-on-freebsd/

however, I have been sticking to the "official" docs.


When I try to start Mediagoblin this is the error that I keep getting:


$ ./lazyserver.sh --server-name=fcgi fcgi_host=127.0.0.1 fcgi_port=9000
Using paster config: paste.ini
Using paster from $PATH
+ export CELERY_ALWAYS_EAGER=true
+ false
+ paster serve paste.ini --server-name=fcgi fcgi_host=127.0.0.1
fcgi_port=9000 --reload
Traceback (most recent call last):
  File "/usr/local/bin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
  File "/usr/local/lib/python2.7/site-packages/PasteScript-1.7.3-py2.7.egg/paste/script/command.py",
line 73, in run
    commands = get_commands()
  File "/usr/local/lib/python2.7/site-packages/PasteScript-1.7.3-py2.7.egg/paste/script/command.py",
line 115, in get_commands
    plugins = pluginlib.resolve_plugins(plugins)
  File "/usr/local/lib/python2.7/site-packages/PasteScript-1.7.3-py2.7.egg/paste/script/pluginlib.py",
line 81, in resolve_plugins
    pkg_resources.require(plugin)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 946, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 833, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound



I am not sure if this is a bug within Paster but I am not sure on how
to proceed.... would someone be able to offer assistance?



I am passing the Fast_Cgi over to php-fpm port 9000 as my system is
configured to to pass fcgi to php, hence the nginx config looks like
this:


 # Mounting MediaGoblin itself via FastCGI.
 location / {
    fastcgi_pass php;
    include fastcgi_params;


Thanks.



Kaya
_______________________________________________
devel mailing list
address@hidden
http://lists.mediagoblin.org/listinfo/devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]