Dear all, 

I tried to install invenio and invenio_demosite from scratch by following the 
instructions founded in the INSTALL.rst file (the master version). I met some 
difficulties:

- first, I had to modify the invenio/Procfile by adding a 'sleep 1' before the 
flower command as celery does not run yet at this stage (MacOSX + honcho only)
- I had to replace the pip version of the invenio_records by the git version as 
I got an import error.

At the end everything works well except I'cant see any record in the web 
interface. Records are present in the DB and the elasticsearch index. The 
collection table contains only one collection: demosite contains more than the 
Atlantis one, no?
Collections are probably defined in the fixtures. Are they loaded by populate?
Any idea?

Many thanks for you help.

Note: I tried to generate the documentation by running ‘inveniomanage 
documentation build’ and I got the following error:

Traceback (most recent call last):
  File "/Users/marietho/Devel/Virtualenvs/demosite/bin/inveniomanage", line 9, 
in <module>
    load_entry_point('invenio==2.2.0.dev20150608', 'console_scripts', 
'inveniomanage')()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/src/invenio/invenio/base/manage.py",
 line 103, in main
    manager.run()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/flask_script/__init__.py",
 line 412, in run
    result = self.handle(sys.argv[0], sys.argv[1:])
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/flask_script/__init__.py",
 line 383, in handle
    res = handle(*args, **config)
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/src/invenio/invenio/ext/script/__init__.py",
 line 177, in __call__
    res = super(SignalingCommand, self).__call__(*args, **kwargs)
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/flask_script/commands.py",
 line 216, in __call__
    return self.run(*args, **kwargs)
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/src/invenio/invenio/modules/documentation/manage.py",
 line 31, in build
    blueprint.support.build()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/sphinx/websupport/__init__.py",
 line 126, in build
    app.build()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/sphinx/application.py",
 line 264, in build
    self.builder.build_update()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/sphinx/builders/__init__.py",
 line 245, in build_update
    'out of date' % len(to_build))
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/sphinx/builders/__init__.py",
 line 319, in build
    self.finish()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/sphinx/builders/html.py",
 line 464, in finish
    self.handle_finish()
  File 
"/Users/marietho/Devel/Virtualenvs/demosite/lib/python2.7/site-packages/sphinx/builders/websupport.py",
 line 149, in handle_finish
    self.globalcontext['css'] = doc_ctx['css']
KeyError: ‘css'

Best regards,

----------------------------------------------------------------------
Johnny Mariéthoz
RERO, Av. de la Gare 45, CH - 1920 MARTIGNY
Téléphone:  +41(0)27 721 8579
Fax              : +41(0)27 721 8586
Web            : http://www.rero.ch
ReroDoc    : http://doc.rero.ch, doc.supp...@rero.ch
----------------------------------------------------------------------


Reply via email to