Compare commits

..

No commits in common. "20a0cd882eafb5fa9950f8447ee71755f095ecde" and "e36d688eed326b729243e6cd86a80ac768ad7243" have entirely different histories.

3 changed files with 0 additions and 88 deletions

View File

@ -21,12 +21,6 @@
$ pip install -e .
$ pip install psycopg2 pycryptodomex # is this still needed?
```
HERE, we probs want to checkout https://git.startinblox.com/djangoldp-packages/djangoldp-webpushnotification right? And then `pip install -e` it?
6. Check out this very repository:
```
$ git clone https://git.autonomic.zone/decentral1se/startinblox-startinoff
@ -48,11 +42,6 @@ HERE, we probs want to checkout https://git.startinblox.com/djangoldp-packages/d
```
$ python manage.py creatersakey
```
10. Create super user
```
$ python manage.py createsuperuser
```
9. Launch the development server:
```
$ python manage.py runserver
@ -70,9 +59,6 @@ cd hubl
npm install
```
OR use our repo of it https://git.autonomic.zone/autonomic-cooperative/hubl
Then, add the following as `config.json` in your hubl folder.
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

View File

@ -1,74 +0,0 @@
dependencies:
- djangoldp-dashboard
- djangoldp_invoice
- djangoldp_contact
- djangoldp-account
- djangoldp-circle
- djangoldp-conversation
- djangoldp-joboffer
- djangoldp-notification
- djangoldp-profile
- djangoldp-project
- djangoldp-uploader
- djangoldp-skill
- djangoldp-i18n
- djangoldp-community
- django-webidoidc-provider
- djangoldp-event
- djangoldp-resource
- djangoldp-polls
- djangoldp-digest
ldppackages:
- djangoldp_i18n
- djangoldp_dashboard
- djangoldp_account
- djangoldp_invoice
- djangoldp_contact
- djangoldp_community
- djangoldp_circle
- djangoldp_conversation
- djangoldp_joboffer
- djangoldp_notification
- djangoldp_profile
- djangoldp_project
- djangoldp_uploader
- djangoldp_skill
- djangoldp_event
- djangoldp_resource
- djangoldp_polls
- djangoldp_digest
- djangoldp_webpushnotification
server:
# DjangoLDP required settings
DEBUG: true
ALLOWED_HOSTS:
- '*'
SECRET_KEY: 'some-random'
DATABASES:
default:
ENGINE: django.db.backends.sqlite3
NAME: db.sqlite3
LDP_RDF_CONTEXT: https://cdn.happy-dev.fr/owl/hdcontext.jsonld
ROOT_URLCONF: server.urls
STATIC_ROOT: static
MEDIA_ROOT: media
USE_I18N: True
BASE_URL: http://localhost:8000
SITE_URL: http://localhost:8000
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
PROSODY_HTTP_URL: http://localhost:4848
JABBER_DEFAULT_HOST: no.jabber
REGISTRATION_OPEN: True
INSTANCE_DEFAULT_CLIENT: http://localhost:1234
EMAIL_ON_ACCOUNT_CREATION: False
DEFAULT_REQUEST_TIMEOUT: 120
DEFAULT_BACKOFF_FACTOR: 1
MAX_ACTIVITY_RESCHEDULES: 4
OIDC_ACCESS_CONTROL_ALLOW_HEADERS: 'authorization, Content-Type, if-match, accept, sentry-trace, DPoP'
DEFAULT_SUPERUSER_PERMS: []
DCS_SESSION_COOKIE_SAMESITE: 'None'
DCS_SESSION_COOKIE_SECURE: False
CSRF_COOKIE_SAMESITE: 'lax'
CSRF_COOKIE_SECURE: False