Hi, On Mon, Mar 7, 2011 at 2:55 PM, Johan Hendriks <[email protected]> wrote: > Andrew Colin Kissa schreef: >> Hi All, >> >> For those using 1.1.0 release candidate or Github code can you please >> provide some feedback on your experiences. >> >> Thanks in advance, >> >> Andrew >> >> -- >> Baruwa - www.baruwa.org >> >> _______________________________________________ >> Baruwa mailing list >> [email protected] >> http://lists.baruwa.org/mailman/listinfo/baruwa >> > Hello i started today and installed baruwa 1.1.0-rc2 to test > > in the setup.py file there is something changed. > added is anyjson en django-celery
Yes, correct. > > I am on a FreeBSD machine, and can not find a port py-anyjson. Not true, anyjson is there. http://www.freshports.org/devel/py-anyjson/ > the jsons i have are > py26-cjson-1.05 > py26-demjson-1.4 > py26-geojson-1.0.1,1 > py26-json-py-3.4 > py26-jsonlib-1.3.10 > py26-jsonlib2-1.5.1 > py26-simplejson-2.09 > py26-Turbojson-1.2.1 > > also django-celery port i do not have. True, but can be installed by the setup script. > > If i run #python setup.py install > All looks good it seems to install some stuf. Yes. > > Some more questions. > in settings.py , i see the following. > > #celery > CELERY_CONCURRENCY = 20 > CELERY_DISABLE_RATE_LIMITS = True > BROKER_HOST = "localhost" > BROKER_PORT = 5672 > BROKER_USER = "baruwa" > BROKER_PASSWORD = "password" > BROKER_VHOST = "baruwa" I think the broker part is for the message queue system, when learning multiple mails ( sa-learn ) so you dont have to wait X seconds for it to finish. > > I did leave them as is, but where is it for? > > then i did a > /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/manage.py > syncdb > it gave me the following. > Creating table mailq > Creating table celery_taskmeta > Creating table celery_tasksetmeta > Creating table djcelery_intervalschedule > Creating table djcelery_crontabschedule > Creating table djcelery_periodictasks > Creating table djcelery_periodictask > Creating table djcelery_workerstate > Creating table djcelery_taskstate > Installing index for status.MailQueueItem model > Installing index for djcelery.PeriodicTask model > Installing index for djcelery.WorkerState model > Installing index for djcelery.TaskState model > No fixtures found. > > Create the softlinks > ln -s /usr/local/www/dojo/dojo > /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/static/js/ > ln -s /usr/local/www/dojo/dojox > /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/static/js/ > ln -s /usr/local/www/dojo/dijit > /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/static/js > > I installed the ~/baruwa/extra/* files on the system. > > restarted apache > > All seems to work. > > So my main question is the celery part... Install from the setup.py file worked for me ... I'm also on FreeBSD. But I still have some problems getting the reports to work ... does these work for you ? Having a hard time resolving if all the dependencies are right ... but Andrew have a item on his "TOTO" list, with a small test script to make sure all dependencies are right and can be found. So we dont have to debug though the webinterface ... will be awesome. > > > thanks for your time. > > regards, > Johan Hendriks > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa > mvh Mikael Syska _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

