Giter Site home page Giter Site logo

ooguz / digital-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arkakapi/digital-library

0.0 3.0 0.0 2.15 MB

Arka Kapi Digital Library - https://read.arkakapimag.com

License: GNU Affero General Public License v3.0

PHP 67.53% Vue 0.15% HTML 32.31%

digital-library's Introduction

Arka Kapı Digital Library

Requirements

  • PHP >=7.1.3
  • Composer
  • NPM
  • Git

Install Requirements

$ sudo apt update
$ sudo apt install php-7.2
$ curl -sS https://getcomposer.org/installer -o composer-setup.php
$ sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
$ sudo apt install npm
$ sudo apt install git

Installation

$ git clone https://github.com/arkakapi/digital-library
$ cd digital-library
$ composer install
$ npm install
$ cp .env.example .env
$ php artisan key:generate
$ php artisan storage:link

and fill required env variables in the .env file and run following command for filling database.

$ php artisan migrate --seed

Deploy for Development

Open 2 different terminal

  • $ php artisan serve => Start PHP simple server and visit http://127.0.0.1:8000/
  • $ npm run watch => Start NPM watcher and build frontend resources every save.

Deploy to live

See this document: https://laravel.com/docs/5.8/deployment

Contributing

Thank you for considering contributing to the Arka Kapı Digital Library! See opened issues.

Security Vulnerabilities

If you discover a security vulnerability within Arka Kapı Digital Library, please send an e-mail to Omer Citak via [email protected]. All security vulnerabilities will be promptly addressed.

License

This software is licensed under GNU AGPL v3. For details, please read LICENSE file.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details. 

digital-library's People

Contributors

mantiereid avatar om3rcitak avatar

Watchers

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