https://github.com/afcms/hexagone_projet_web
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.0%) to scientific vocabulary
Keywords
Repository
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Hexagone Projet Web: GitHub Reviews
shell
docker compose up
| Service | URL | |------------|-------------------------------| | Apache | http://127.0.0.1:8000 | | MySQL | mysql://127.0.0.1:6033/app_db | | phpMyAdmin | http://127.0.0.1:8081 |
Azure Deployment (NOT WORKING YET)
Azure CLI
shell
az login
Azure Resource Group
shell
az group create --location westeurope --name HexagoneProjetWeb
Azure Container Registry
shell
az acr create --resource-group HexagoneProjetWeb --name hexaprojetweb --sku Basic
az acr login --name hexaprojetweb
Build Production Image
shell
docker build --file prod.Dockerfile --tag hexagone-web-projet --load .
Push Production Image
shell
docker tag hexagone-web-projet hexaprojetweb.azurecr.io/hexagone-web-projet
docker push hexaprojetweb.azurecr.io/hexagone-web-projet:latest
Azure App Service
shell
az appservice plan create --name hexagone-projet-web --resource-group HexagoneProjetWeb --sku S1 --is-linux
az webapp create --resource-group HexagoneProjetWeb --plan hexagone-projet-web --name hexagone-projet-web --multicontainer-config-type compose --multicontainer-config-file compose.azure.yml
Delete Azure Resources
shell
az group delete --name HexagoneProjetWeb
Owner
- Login: AFCMS
- Kind: user
- Location: France
- Website: https://afcms.github.io/
- Twitter: AFCM_Dev
- Repositories: 18
- Profile: https://github.com/AFCMS
👨🎓 16 years old french student
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- AFCMS (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- php 8-apache build