https://github.com/afcms/hexagone_projet_web

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

mysql php phpmyadmin studies
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AFCMS
  • Language: PHP
  • Default Branch: master
  • Homepage:
  • Size: 138 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
mysql php phpmyadmin studies
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

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

👨‍🎓 16 years old french student

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 42
  • Total Committers: 1
  • Avg Commits per committer: 42.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 42
  • Committers: 1
  • Avg Commits per committer: 42.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
AFCMS a****t@g****m 42

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
enhancement (1)
Pull Request Labels

Dependencies

Dockerfile docker
  • php 8-apache build