https://github.com/acdh-oeaw/kubernetes-wordpress
Science Score: 36.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
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- Language: Shell
- Default Branch: master
- Size: 4.88 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
kubernetes-wordpress
Install
First build the docker image, my example name is: nczirjak/acdhch-wp But you canchange it to anything.
docker build -t nczirjak/acdhch-wp:latest .
If the build is ready then change the image name inside the docker-compose.yml -> wordpress -> image
And then simply run the docker-compose up
Required plugins and theme
Under the plugins/opt/bitnami/scripts/wordpress directory, you can find two files: - activate-acdh-plugins.sh - entrypoint.sh
activate-acdh-plugins.sh
this will download and activate the plugins what we want to add to our wordpress instance.
entrypoint.sh
This will override the default bitnami entrypoint.sh file and add the activate-acdh-plugins.sh into the execution list.
Environment variables
You can find the bitnami wordpress environment variables list here: - https://github.com/bitnami/bitnami-docker-wordpress#user-and-site-configuration
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
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Norbert Czirjak | n****k@o****t | 4 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- docker.io/bitnami/wordpress latest build
- bitnami/mariadb latest
- nczirjak/acdhch-wp latest