Giter Site home page Giter Site logo

craws / openatlasdiscovery Goto Github PK

View Code? Open in Web Editor NEW
4.0 6.0 1.0 4.94 MB

A presentation website for OpenAtlas projects.

Home Page: https://openatlas.eu

License: MIT License

JavaScript 12.84% Vue 85.96% SCSS 0.52% CSS 0.68%
opensource academic cidoc-crm openatlas vuejs

openatlasdiscovery's Introduction

OpenAtlasDiscovery

About

OpenAtlasDiscovery is a presentation web application for OpenAtlas projects.

Update October 2022:
Because of changing technologies work on a new system has begun, see: OpenAtlas Discovery

Technology

The web application is built using the nuxtjs framework based on Vuejs

Setup

Whilst the application ultimately runs in the browser and can be served from any web server developing and deploying it requires NodeJS (minimum v10, current LTS is recommended).

After cloning the repository, install all dependencies in the application root with

$ npm install

Configuration

Furthermore, a running OpenAtlas instance with an activated API Module is required. The instance served needs to be configured (servers/url) in the Server Object of the OpenAPI specification here:

assets\swagger.json

For Development

Serve with hot reload at localhost:3000

$ npm run dev

For Deployment

Generate the project files to /dist

$ npm run export

The resulting files in the /dist folder can be served from any web server or be exposed through nuxt using

npm run start

When you are serving the application from your own server (ie Apache) you need to configure it accordingly to avoid 404 responses on dynamically generated routes. Some examples can be found in the Vue Router Documentation

For detailed explanation on how things work, check out Nuxt.js docs.

One solution would be to add following lines in the Directory section of the Apache configuration:

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.html [L]
</IfModule>

Licensing

All code unless otherwise noted is licensed under the terms of the MIT License (MIT). Please refer to the file License.txt in the root directory of this repository.

All documentation and images unless otherwise noted are licensed under the terms of Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/

openatlasdiscovery's People

Contributors

alexanderwatzinger avatar ctot-nondef avatar schnoeggi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

acdh-oeaw

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.