Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utrechtuniversity/yoda-portal-intake
Intake module for Yoda: https://github.com/UtrechtUniversity/yoda
https://github.com/utrechtuniversity/yoda-portal-intake
codeigniter php yoda
Last synced: about 2 months ago
JSON representation
Intake module for Yoda: https://github.com/UtrechtUniversity/yoda
- Host: GitHub
- URL: https://github.com/utrechtuniversity/yoda-portal-intake
- Owner: UtrechtUniversity
- License: gpl-3.0
- Created: 2017-11-01T07:26:03.000Z (about 7 years ago)
- Default Branch: development
- Last Pushed: 2022-12-13T10:46:01.000Z (about 2 years ago)
- Last Synced: 2023-03-10T00:32:25.255Z (almost 2 years ago)
- Topics: codeigniter, php, yoda
- Language: PHP
- Homepage: https://utrechtuniversity.github.io/yoda/
- Size: 7.11 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yoda-portal-intake
====================The code of the Yoda intake module has been integrated into the main Yoda repositories. The code in this repository is obsolete. The current code can be found in the following repositories:
- https://github.com/UtrechtUniversity/yoda-portal
- https://github.com/UtrechtUniversity/yoda-rulesetNAME
----Intake module for Yoda.
INSTALLATION
------You can use the Yoda install script to add modules to the Yoda environment.
In the following example, $home is used for the root of the Yoda portal (where the directories `controllers`, `models`, etc. are)
```sh
$ /bin/bash $home/tools/add-module.sh https://github.com/UtrechtUniversity/yoda-portal-intake intake
```
The module will be installed in `$home/modules/intake`.### Installing with a different name
In the above instructions, it is assumed the module should be called _intake_. In case this name should be different, replace the argument `intake` in the above example call to `add-module.sh` to the name you wish to use. It is best practive to use lower case letters and lower dashes (`_`) only.Next, create the file `module_local.php` in the `config` directory of the module, and copy the contents from `module.php` to this file. Change the `name` key to be the same value you used in your call to `add-module.sh` and pick any name you want for the `label`.
LICENSE
-------Copyright (c) 2015-2017, Utrecht University. All rights reserved.
This project is licensed under the GPLv3 license.
The full license text can be found in [LICENSE](LICENSE).