GithubHelp home page GithubHelp logo

tahuma / portal Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 46.51 MB

The web portal for the Tanhuma Project.

License: MIT License

Dockerfile 0.01% Python 94.79% CSS 1.09% HTML 2.76% PowerShell 0.03% Shell 0.01% JavaScript 1.31%
digital-humanities humanities jewish manuscripts

portal's Introduction

Tanhuma Project Portal

Docker Django CI Docker Image CI CodeQL Node.js CI

Table of Contents

Introduction

The Tanhuma Project Portal is a web application that provides a platform for the Tanhuma Project. The Tanhuma Project is a project that aims to provide a comprehensive and accessible digital edition of the Tanhuma Midrashim.

Contact

  • [Benjamin Schnabel](mailto: [email protected])
  • e-Lijah Lab, Haifa.
  • University of Applied Sciences, Mannheim.

License

Benjamin Schnabel, 2024. The Tanhuma Project Portal is open source software licensed under the MIT License. The Tanhuma Project Portal is provided "as is" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Features

  • User Authentication: Users can create an account and log in to the portal.
  • Synopsis: Users can view a synopsis of the Tanhuma Midrashim.
  • Ontology: Users can view the ontology of the Tanhuma Midrashim.
  • Texts: Users can view the texts of the Tanhuma Midrashim.
  • Commentary: Users can view the commentary on the Tanhuma Midrashim.
  • Search: Users can search for specific content within the Tanhuma Midrashim.
  • Contribution: Users can contribute to the Tanhuma Project by submitting new content or corrections to existing content.
  • Administration: Administrators can manage the content and users of the portal.
  • API: The portal provides an API for accessing the content of the Tanhuma Midrashim.
  • Documentation: The portal provides documentation for the Tanhuma Project.
  • Support: The portal provides support for users of the Tanhuma Project.

Installation

To install the Tanhuma Project Portal, follow these steps:

  1. Clone the repository:

    git clone https://github.com/tahuma/portal.git
  2. Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the dependencies:

     cd portal
     pip install -r requirements.txt
     npm install
  4. Set up the database:

    python manage.py migrate
  5. Create a superuser account:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver
  7. Access the portal in your web browser: http://localhost:8000

Docker installation

To install the Tanhuma Project Portal using Docker, follow these steps:

  1. Clone the repository:
    git clone
  2. Build the Docker image:
    docker build -r tahuma .
  3. Run the Docker container:
    docker run -p 8000:8000 tahuma
  4. Access the portal in your web browser: http://localhost:8000
  5. Log in to the portal using the default administrator account:
    • Username: admin
    • Password: admin

portal's People

Stargazers

 avatar

Watchers

 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.