Giter Club home page Giter Club logo

geyerbri / kora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matrix-msu/kora

0.0 1.0 0.0 114.72 MB

The easiest way to manage and publish your data. Open-source, database-driven, online digital repository application for complex multimedia objects (text, images, audio, video). kora stores, manages, and delivers digital objects with corresponding metadata that enhances the research and educational value of the objects.

License: GNU General Public License v2.0

PHP 43.72% JavaScript 20.68% CSS 10.01% HTML 25.48% Ruby 0.08% Shell 0.03%

kora's Introduction

kora Logo

v3.0.0

The easiest way to manage and publish your data.

Open-source, database-driven, online digital repository application for complex multimedia objects (text, images, audio, video).

kora stores, manages, and delivers digital objects with corresponding metadata that enhances the research and educational value of the objects.


Software Requirements

  1. Linux Operating System
  2. Apache >= 2.0
  3. MySQL >= 5.7.20
  4. PHP >= 7.1.3

Installation Summary

  1. Install a LAMP stack, according to these configuration instructions

  2. Clone the repository into your home or data directories -- DO NOT install it into your Document Root.

  3. Create .htaccess from the example in kora/public:

    cp kora/public/.htaccess.example kora/public/.htaccess
    

    a) Configure the RewriteBase rule if the installation is NOT located at the root of your url.

    i.e if url is http://www.example.com/digitalRepo/kora, then the rule is:

    RewriteBase /digitalRepo/kora
    

    b) Configure the php_value rules in the newly created .htaccess if the installation supports variable overwriting in htaccess (i.e. if you plan on uploading larger files).

  4. Create .env from the example in kora:

    cp kora/.env.example kora/.env
    

    a) If you wish to use the defaults, please configure your database with the expected defaults.

    i.e. in mysql:

    GRANT ALL PRIVILEGES ON *.* TO 'kora'@'localhost' IDENTIFIED BY 'kora';
    CREATE DATABASE kora;
    
  5. Run the following command in the kora root directory to complete the installation:

    php artisan kora:install
    

    NOTE: Alternatively, you can visit kora on the web at this point to complete installation there.

  6. After installation is complete:

    a) Give READ access to the web user for kora and ALL sub-folders.

    b) Give WRITE access to the web user for the following directories and ALL their sub-folders:

    kora/bootstrap/cache/
    kora/storage/
    kora/public/assets/javascripts/production/
    

    c) COPY THE ADMIN USER PASSWORD YOU ARE GIVEN!!!

  7. Add the public directory as a subdomain or subdirectory. It is very important that only this directory is served by your webserver.

Contributing

Thank you for considering contributing to kora! The contribution guide can be found here

License

kora is an open-sourced software licensed under the GPU GPL-3.0 license

kora's People

Contributors

fritosxii avatar rdev34 avatar bogderp avatar milesjos avatar mikelsav avatar kcattakcaz avatar greenjam94 avatar geyerbri avatar goekesmi avatar denubis avatar

Watchers

James Cloos avatar

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.