Skip to content

adno.app. The light version including only the Viewer. Adno is a web application for viewing, editing and sharing narratives and pathways on static images and IIIF images.

Notifications You must be signed in to change notification settings

adnodev/r.adno.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADNO LIGHT VERSION

Adno is a web application for viewing, editing and sharing narratives and pathways on static images and IIIF images.

ADNO has 2 available versions : a Full version including the Editor and Viewer and the Light one including only the Viewer.

How to start with ADNO ?

First, go to hhttps://github.com/adnodev/adno/releases and download the version you would like to use (FULL or LIGHT) Then, if you want to use it locally you have to use a web server. You can create a light web server using python -m http.server 8080 command to run a web server on the port 8080. Unzip the ADNO package to your web server and start it.

Host ADNO with Github Pages

Download the latest release of Adno with the version of your choice ( full-version or light-version) from (https://github.com/adnodev/adno/releases)

Unzip the archive to your folder and push it to your Github repository.

Once you’ve pushed to Github you need to go to Github’s website, select your repository and click on the “settings” tab.

Then, select the tab “Pages” on the left panel.

You’ll have to select the branch you want to deploy the website from and save your choice.

Enjoy using Adno !

IIIF pictures examples

Licence

LICENCE

For developpers

If you want to contribute to ADNO here are few steps to start

  • clone the project from github (https://github.com/adnodev/adno.git)
  • switch to adno-react branch
  • Start the project with the following command : yarn start
    • Create a .env file and put the version you would like to use by using the variable ADNO_MODE=FULL or ADNO_MODE=LIGHT
  • To build the project you have to choose the version (full or light)
    • run yarn build-full to build full-version and yarn build-light to build the light version.
  • In case of errors try to remove node_modules folder, .parcel-cache and yarn.lock file and reinstall module with yarn install command.

Custom your own ADNO

Create a .env file and insert the following properties as you wish :

# MODE 
ADNO_MODE=FULL

# MATOMO
MATOMO_SITE_ID=YOUR SITE ID HERE
MATOMO_URL=YOUR OWN MATOMO URL

# WEBSITE PROPERTIES
ADNO_TITLE=YOUR OWN TITLE

# FOOTER
ADNO_FOOTER=TRUE
ADNO_FOOTER_TEXT=YOUR FOOTER TEXT HERE

About

adno.app. The light version including only the Viewer. Adno is a web application for viewing, editing and sharing narratives and pathways on static images and IIIF images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published