https://github.com/aroneys/binchicken-installation
Containerised testing of Bin Chicken installation methods
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Repository
Containerised testing of Bin Chicken installation methods
Basic Info
- Host: GitHub
- Owner: AroneyS
- Language: Shell
- Default Branch: master
- Size: 104 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Bin Chicken Installation
This repository serves as a fully worked (containerised) example for the installation of the Bin Chicken software package on a Linux system.
If you are simply attempting to install Bin Chicken on your own system, you should follow the instructions on the Bin Chicken website.
The repository here is simply intended to show installation in a containerised environment free from the Bin Chicken authors' specific computing environment.
To process the example installation, after entering the repository directory, run the following bash script replacing RELEASE_VERSION with the version of Bin Chicken you wish to install (e.g. 0.12.1):
This will build/download multiple containers and log the output to *.build.log files. The build process will take some time, as it involves downloading and compiling a number of dependencies. Sample data is run through each as well to ensure Bin Chicken not just installs, but also runs.
bash
bash compile_and_test_install_methods.bash RELEASE_VERSION
The *.build.log files created using this process is available in this repository.
Errors
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
```bash
WSL
sudo service docker start
Linux
sudo systemctl start docker ```
General docker container debugging.
```bash
Generate image up to problematic section.
Get image id
docker images
Start interactive docker container
docker run -it --entrypoint /bin/bash
Cleanup temporary files.
```bash
Cleanup docker
docker system prune -a ```
Owner
- Name: Samuel Aroney
- Login: AroneyS
- Kind: user
- Website: https://aroneys.github.io/
- Twitter: aroney_samuel
- Repositories: 11
- Profile: https://github.com/AroneyS
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Samuel Aroney | s****y@o****m | 7 |
Issues and Pull Requests
Last synced: 12 months 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