apt-get install ralph-core
http://ralph-ng.readthedocs.org/installation/
root@vagrant-ubuntu-vivid-64:/home/vagrant/import-lymph# dpkg -l "*ralph*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=================================-=====================-=====================-========================================================================
ii ralph-core 3.0.0-23 amd64 Ralph is an DCIM/CMDB - asset management for Data Centers/ Back Office.
apt-get upgrade
&& ralph migrate
"Key 'force_deprecation' not found in 'BackOfficeAssetForm'"
Hi guys, I'm facing the problem I can't overcome for few days now. I'm serving django files with apache 2.2. Everything works well except when trying to use lookup in any form (e.g. Add asset), in any field (Model, User etc). When starting to type in any of these fields and when run chrome F12 devtool I can observe I get http 404 with the following url
http://ralph.man.poznan.pl/%2Fajax_select/ajax_lookup/KFZyYWxwaF9hc3NldHMubW9kZWxzClZVc2VyTG9va3VwCnRwMQou?term=g
When I copy/paste this url to web browser I apparently get 404 too.
However when I change %2Fajax_select to admin/lookups in the url I get json as the output (as expected)
Do you know why is that?
2015-08-07 22:28:10 [21812] [INFO] Worker exiting (pid: 21812)
Traceback (most recent call last):
File "/home/ralph/bin/ralph", line 9, in <module>
load_entry_point('ralph==2.3.1', 'console_scripts', 'ralph')()
File "/home/ralph/local/lib/python2.7/site-packages/ralph/__main__.py", line 56, in main
execute_from_command_line(sys.argv)
File "/home/ralph/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
File "/home/ralph/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/ralph/local/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/ralph/local/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/home/ralph/local/lib/python2.7/site-packages/gunicorn/management/commands/run_gunicorn.py", line 100, in handle
DjangoApplicationCommand(options, admin_media_path).run()
File "/home/ralph/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 124, in run
Arbiter(self).run()
File "/home/ralph/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 185, in run
self.halt(reason=inst.reason, exit_status=inst.exit_status)
File "/home/ralph/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 280, in halt
self.stop()
File "/home/ralph/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 328, in stop
self.reap_workers()
File "/home/ralph/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 419, in reap_workers
raise HaltServer(reason, self.WORKER_BOOT_ERROR)
gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>