Skip to content

Feedback on installation doc #65

@JulienPeloton

Description

@JulienPeloton

submodule initialisation

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

```
git clone https://github.com/grandma-collaboration/icare
cd icare/
virtualenv env
source env/bin/activate

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions