Coder Social home page Coder Social logo

gfranzini / dig_ed_cat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acdh-oeaw/dig_ed_cat

0.0 0.0 1.0 5.79 MB

A web application to browse, analyze and curate a cataloge of digital editions

Home Page: https://dig-ed-cat.acdh.oeaw.ac.at/

License: MIT License

Python 16.96% HTML 20.88% Jupyter Notebook 0.79% CSS 2.06% JavaScript 59.31%

dig_ed_cat's Introduction

DOI

dig_ed_cat

About

A web application to browse, analyze and curate a catalogue of digital editions (https://dig-ed-cat.acdh.oeaw.ac.at/). The catalogue's data was gathered and curated by Greta Franzini. See https://github.com/gfranzini/digEds_cat

Install

The application was build with Python 3.4. Be aware that it uses a modularized settings configuration (e.g. to keep sensitive information out of GitHub). Therefore you'll have to append the default django manage.py commands with a settings-parameter like --settings=digital_editions.settings.dev

  1. clone the repo
  2. create a virtual environment and run install the required packages pip install > requirements
  3. makemigrations and migrate python manage.py makemigrations --settings=digital_editions.settings.dev and python manage.py migrate --settings=digital_editions.settings.dev
  4. start the dev-server python manage.py runserver --settings=digital_editions.settings.dev
  5. browse to http://127.0.0.1:8000/

Upload the data

To fetch the last version of the catalogue data,

  1. you have to create a (super)user account python manage.py createsuperuser--settings=digital_editions.settings.dev
  2. browse to http://127.0.0.1:8000/
  3. log in (icon in the top right corner)
  4. then you'll see a 'Curate the Data' -> 'Sync with GitHub' nav bar entry,
  5. click on it and then on the button which says 'click me to snyc'. test

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.