https://github.com/acdh-oeaw/amc-website
Austrian Media Corpus (AMC) website
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
Repository
Austrian Media Corpus (AMC) website
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: MDX
- Default Branch: main
- Homepage: https://amc.acdh.oeaw.ac.at
- Size: 27 MB
Statistics
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
readme.md
amc website
website for the austrian media corpus.
how to run
prerequisites:
[!TIP]
you can use
pnpmto install the required node.js version withpnpm env use 22 --global
set required environment variables in .env.local:
bash
cp .env.local.example .env.local
adjust environment variables in .github/workflows/validate.yml and
.github/workflows/build-deploy.yml.
the following variables are available:
PUBLIC_REDMINE_ID(required): service issue for this application in the acdh-ch redmine issue tracker.PUBLIC_APP_BASE_URL(required): the base url for this application. the default of "http://localhost:3000" should be fine for local development.PUBLIC_APP_BASE_PATH(optional): set this when deploying to a path other than "/".PUBLIC_BOTS(required): whether this website can be indexed by web crawlers like the google bot. supported values are "disabled" and "enabled", defaults to "disabled".PUBLIC_MATOMO_BASE_URLandPUBLIC_MATOMO_ID(optional): set these to support client-side analytics with matomo.PUBLIC_GOOGLE_SITE_VERIFICATION(optional): set this to verify site ownership for google search console.ENV_VALIDATION(optional): whether environment variables should be validated. supported values are "disabled", "enabled" and "public" (only validate public variables, which can be useful in a docker build context to avoid having to pass secrets todocker build), defaults to "enabled".
the email service can be configured with these environment variables:
EMAIL_CONTACT_ADDRESS(required): email will be sent to this address.EMAIL_CONTACT_ADDRESS_BCC(optional): email will be sent to this address.EMAIL_SMTP_SERVERandEMAIL_SMTP_PORT(required): which smtp server to use.EMAIL_SMTP_USERNAMEandEMAIL_SMTP_PASSWORD(optional): not needed on acdh-ch infrastructure, can be useful for testing with e.e. https://ethereal.email.
when adding new environment variables, don't forget to add them to .env.local.example as well.
install dependencies:
bash
pnpm install
run a development server on http://localhost:3000:
bash
pnpm run dev
[!TIP]
this template supports developing in containers. when opening the project in your editor, you should be prompted to re-open it in a devcontainer.
how to edit content
use the admin ui at when developing locally http://localhost:3000/admin (this will save changes to the filesystem), or at https://amc.acdh-ch-dev.oeaw.ac.at/admin (this will commit changes to the github repository).
how to deploy
- ask a sysadmin to create a new acdh-ch kubernetes project.
- create a new namespace in that project via rancher, and set
the
KUBE_NAMESPACEgithub variable to that namespace. - adjust the
app_name, which will be the name of the deployment in the above namespace. - set the
PUBLIC_URLgithub variable to the application's public url (e.g. "https://my-app.acdh-ch-dev.oeaw.ac.at"), and set theKUBE_INGRESS_BASE_DOMAINto the public url's base domain (e.g. "acdh-ch-dev.oeaw.ac.at").PUBLIC_URLshould matchPUBLIC_APP_BASE_URL. - if you haven't yet, create a service issue in the acdh-ch
redmine issue tracker, and set the
SERVICE_IDgithub variable to the issue number. this should match thePUBLIC_REDMINE_IDvariable in your.env.localfile. - ensure required build args (prefixed with
PUBLIC_) are referenced in both theDockerfile, as well as the validation and deployment pipelines, and set as github variables. - ensure required runtime environment variables are referenced in the
validation and
deployment pipelines, and set as github secrets. github
secrets need to be prefixed with
K8S_SECRET_to be automatically copied to the runtime environment. in case you need secrets in the docker build context, you can mount a secret in the Dockerfile. - ensure both the github repository, as well as the package registry is set to public.
if everything is set up correctly, every git push to the main branch will create a new deployment
if the validation pipeline passes.
you can reference the template repository for a working setup.
[!NOTE]
by default, this will deploy a
nodeserver, which will serve pre-rendered pages, assets, and api routes. if you prefer a truly static build, which usescaddyas a fileserver, use theDockerfile.staticinstead, and removeoutput: "hybrid"fromastro.config.ts. you will also need to change thegenerate:search-indexscript topagefind --site ./dist/.
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
- Issues event: 1
- Delete event: 1
- Push event: 31
- Pull request event: 2
- Create event: 1
Last Year
- Issues event: 1
- Delete event: 1
- Push event: 31
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: about 3 hours
- Average time to close pull requests: 14 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 1
- Average time to close issues: about 3 hours
- Average time to close pull requests: 14 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dasch124 (1)
Pull Request Authors
- stefanprobst (2)