Skip to content

OS2web/os2dagsorden-deploy

Repository files navigation

Further documentation can be found here https://github.com/OS2web/os2web-deploy/wiki

Installation

Drupal Version: 7.22 Drush Version: 5.8

Install an OS2Dagsorden Installation via .make

  1. Install Drush http://drupal.org/projects/drush
  2. cd [site dir]
  3. drush dl drupal-7.22 --drupal-project-rename=public_html
  4. git clone git@github.com:OS2web/os2dagsorden-deploy.git
  5. cd public_html/profiles
  6. ln -s ../../os2dagsorden-deploy/build/master-latest os2dagsorden

Reroll the modules and contrib modules specified in os2dagsorden.make:

  • ./reroll.sh

If you need a custom os2dagsorden installation with your own profile. The recommended approach is to fork this repo.

Developers!!

Build by using the dev version of the build script.

  • Note that if you reroll a dev build, the folder would be dev-latest instead of master-latest

./reroll.dev.sh generates a working copy of the git repos. Very good when developing. It includes all modules and setup as the turnkey.

Using the developers version of reroll, all branches of os2dagsorden modules should be develop. Note that, because of the recursive make build, os2dagsorden modules made by other .make files will get the master branch.

Overview of the directory map

[site]

  • [public_html]
    • [profiles]
      • [os2dagsorden] (symlink ../../os2dagsorden-deploy/os2dagsorden)
  • [os2dagsorden-deploy]
    • [build]
      • [master-latest]
        • [modules]
          • [contrib]
          • ...
        • [libraries]
        • [themes]

Configuration of install profile

OS2Dagsorden modules:

  • os2dagsorden_access_helper
  • os2dagsorden_adlib_api
  • os2dagsorden_annotator
  • os2dagsorden_ical_meetings_export
  • os2dagsorden_importer
  • os2dagsorden_print_meetings
  • os2dagsorden_pdf2htmlex
  • acadre_eshd
  • os2web_esdh_provider
  • os2web_print_send_to_friend
    • And their dependents

OS2Web features:

  • os2web_settings

OS2Dagsorden features:

  • os2dagsorden_ad_integration
  • os2dagsorden_automated_logout_configuration
  • os2dagsorden_block_positioning
  • os2dagsorden_content_types
  • os2dagsorden_front_page_feature
  • os2dagsorden_front_page_views
  • os2dagsorden_meetings_calendar_view
  • os2dagsorden_meeting_views
  • os2dagsorden_rules_and_permissions
  • os2dagsorden_settings
  • os2dagsorden_sidepane_menu
  • os2dagsorden_ultimate_cron_configuration

List of OS2Dagsorden modules: (In alphabetic order)

Modules:

Features:

About

install profile for os2dagsorden

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages