Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback on installation doc #65

Open
JulienPeloton opened this issue Jun 1, 2023 · 0 comments
Open

Feedback on installation doc #65

JulienPeloton opened this issue Jun 1, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@JulienPeloton
Copy link
Collaborator

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 !

@JulienPeloton JulienPeloton added the documentation Improvements or additions to documentation label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant