Update README.md
parent
4de113c443
commit
26645b0405
27
README.md
27
README.md
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
This project allows to bring up with ease a full identity provider and many apps to have an environment thought for schools and universities. The project will provide an integrated solution to handle the common environment in education:
|
This project allows to bring up with ease a full identity provider and many apps to have an environment thought for schools and universities. The project will provide an integrated solution to handle the common environment in education:
|
||||||
|
|
||||||
- Classrooms: A moodle instance with custom theme and custom plugins.
|
- **Classrooms**: A moodle instance with custom theme and custom plugins.
|
||||||
- Cloud drive: A nextcloud instance with custom theme and custom plugins.
|
- **Cloud drive**: A nextcloud instance with custom theme and custom plugins.
|
||||||
- Documents: An onlyoffice instance integrated with nextcloud.
|
- **Documents**: An onlyoffice instance integrated with nextcloud.
|
||||||
- Web pages: A wordpress instance with custom theme and custom plugins.
|
- **Web pages**: A wordpress instance with custom theme and custom plugins.
|
||||||
- Pad: An etherpad instance integrated with nextcloud.
|
- **Pad**: An etherpad instance integrated with nextcloud.
|
||||||
- Conferences: A BigBlueButton integrated with moodle and nextcloud. This needs an standalone host right now
|
- **Conferences**: A BigBlueButton integrated with moodle and nextcloud. This needs an standalone host right now
|
||||||
- Forms: A forms nextcloud plugins.
|
- **Forms**: A forms nextcloud plugins.
|
||||||
- ... (some apps are there like jitsi or BigBlueButton but not fully integrated right now)
|
- ... (some apps are there like jitsi or BigBlueButton but not fully integrated right now)
|
||||||
|
|
||||||
| | |
|
| | |
|
||||||
|
@ -31,7 +31,7 @@ This admin interface is now in an alpha status but allows to manage users in syn
|
||||||
|
|
||||||
# Project status
|
# Project status
|
||||||
|
|
||||||
It works but as we are working on it it will have lots of improvements upcoming months. Some automatizations need to be done, specially with SAML integration and Keycloak initial personalization.
|
It works but as we are working on it it will have lots of improvements upcoming months. Some automatizations need to be done, specially with SAML integration in moodle and Keycloak initial personalization.
|
||||||
|
|
||||||
Your collaboration is wellcome! Just fork this repo and do a PR or open us an issue.
|
Your collaboration is wellcome! Just fork this repo and do a PR or open us an issue.
|
||||||
|
|
||||||
|
@ -120,16 +120,13 @@ Copy digitaldemocratic.conf.example to digitaldemocratic.conf and edit to suit y
|
||||||
|
|
||||||
### Personalization
|
### Personalization
|
||||||
|
|
||||||
Copy recursively the custom.sample folder to custom and edit the menu yaml files and replace images.
|
Copy recursively the *custom.sample* folder to *custom* and edit the custom/menu yaml files and replace images.
|
||||||
|
|
||||||
### Bring the project up
|
### Bring the project up
|
||||||
```
|
```
|
||||||
make up
|
make all
|
||||||
```
|
|
||||||
Then wait for the apps to come up (test by accessing the multiple subdomains) and execute:
|
|
||||||
```
|
|
||||||
make add-plugins
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Integration
|
### Integration
|
||||||
|
|
||||||
Please read the [SAML_README.md](https://gitlab.com/isard/isard-sso/-/blob/master/docs/SAML_README.md) in isard-sso/docs folder to integrate all apps.
|
Please read the [SAML_README.md](https://gitlab.com/isard/isard-sso/-/blob/master/docs/SAML_README.md) in isard-sso/docs folder to integrate all apps. Now nextcloud and wordpress should be automatically integrated with keycloak after finishing the make all but moodle needs some manual steps yet.
|
||||||
|
|
Loading…
Reference in New Issue