Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-ruleset

NAME
----

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).