grandma-collaboration / icare

Icare is a custom "layer" of both frontend and backend, added on top of SkyPortal and shipped with added modules, to provide the features required only by Grandma.
https://grandma-skyportal.readthedocs.io/
Other
6 stars 3 forks source link

Feedback on installation doc #65

Open JulienPeloton opened 1 year ago

JulienPeloton commented 1 year ago

submodule initialisation

Just after the clone, one needs to get data from submodule:

https://github.com/grandma-collaboration/icare/blob/5a874b3706651eed6d800f1ec4de51b80bc3c912/docs/dev_guide/index.md?plain=1#L201-L205

git submodule init
git submodule update

Troubleshooting

module 'skyportal' has no attribute 'version'

Command ./icare.sh run --clear --init can lead to:

... 
Applying config
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'skyportal' has no attribute '__version__'
...

Solution:

rm -r patched_skyportal
./icare.sh run --clear --init

App is launched by nothing appear online

setenforce 0 !