Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 797 Bytes

File metadata and controls

15 lines (12 loc) · 797 Bytes

project-template

A default folder setup for Ampersand projects

Here is what to do:

  1. Substitute the file "MyScript.adl" for the Ampersand script you want to run
  2. In the file .env choose better passwords than the ones provided and DON't publish them on github.
  3. In the file Dockerfile substitute the filename "MyScript.adl" for the file name of your Ampersand script.
  4. Open a command line interface (CLI) and navigate to this directory
  5. Call "docker compose build"
  6. Call "docker compose up -d"
  7. Go to your browser and navigate to localhost or whatever server host name you are using.
  8. Press the red install button on your application.

Voor Nederlandstalige kijkers: https://youtu.be/qPnaYkPclYE geeft wat tekst en uitleg bij het installeren van een stand-alone applicatie.