GithubHelp home page GithubHelp logo

perthaarhus / os2forms8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from os2forms/os2forms8

0.0 0.0 0.0 8.41 MB

Drupal 8 installation for OS2Forms 2.0 Solution

License: GNU General Public License v2.0

PHP 35.41% Shell 5.78% Twig 13.48% JavaScript 4.03% SCSS 40.60% Dockerfile 0.69%

os2forms8's Introduction

OS2Forms Drupal 8 project Build Status

Usage

  • Clone the repository

    git clone [email protected]:OS2Forms/os2forms8.git
    
  • Rename your installation if needed

  • Go to the installation and start composer

    composer install
    
  • Follow the regular install process, select OS2Forms8 as install profile.

  • After installation is done, enable OS2Forms by:

    drush en os2forms, os2forms_nemid, os2forms_dawa, os2forms_sbsys
    
  • Enable Custom theme for project. This is a recommended theme that has minimum settings, so you will need to add all required blocks into proper regions afterwards.

Drupal settings

Main Drupal setting file web/sites/default/settings.php has been added to git index. By this way all os2forms projects are getting default settings, like temporary directory, private directory, sync directory.

All project's sensitive configuration should be stored in settings.local.php file. This file will be included from main settings.php settings.

Multisite/Subsite configuration.

On multisite solution main Drupal setting fileweb/sites/default/settings.php should be included into subsite's settings.php file. The easiest way to get the new configuration on a subsite is to copy prepared template web/sites/subsite.settings.php and add DB configuration, salt.

Hint to generate salt string:

drush php-eval 'echo \Drupal\Component\Utility\Crypt::randomBytesBase64(55) . "\n";'

Contribution

OS2Forms projects is an 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 OS2Forms code review policy

Git name convention

See OS2Forms git name convention

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.