Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2web/os2web_hjemmeside
Main module that brings hjemmeside general configuration.
https://github.com/os2web/os2web_hjemmeside
Last synced: about 1 month ago
JSON representation
Main module that brings hjemmeside general configuration.
- Host: GitHub
- URL: https://github.com/os2web/os2web_hjemmeside
- Owner: OS2web
- Created: 2020-03-10T16:06:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T09:36:13.000Z (about 2 months ago)
- Last Synced: 2024-11-11T10:31:52.689Z (about 2 months ago)
- Language: PHP
- Size: 56.6 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS2Web Hjemmeside Drupal module
## Module purpose
OS2Web Hjemmeside module provides general configuration that is used in
[OS2Web solution](https://github.com/os2web/os2web8)## Install
1. Module is available to download via composer.
```
composer require os2web/os2web_hjemmeside
drush en os2web_hjemmeside
```## Update
Updating process for OS2Web Hjemmeside module is similar to usual composer package.
Use Composer's built-in command for listing packages that have updates available:```
composer outdated os2web/os2web_hjemmeside
```## Contribution
Project is opened for new features and os course bugfixes.
If you have any suggestion or you found a bug in project, you are very welcome
to create an issue in github repository issue tracker.
For issue description there is expected that you will provide clear and
sufficient information about your feature request or bug report.### Code review policy
See [OS2Web code review policy](https://github.com/OS2Web/docs#code-review)### Git name convention
See [OS2Web git name convention](https://github.com/OS2Web/docs#git-guideline)