{"id":15308856,"url":"https://github.com/codenomdev/bantucms-docker","last_synced_at":"2025-03-31T20:13:46.482Z","repository":{"id":139801474,"uuid":"611137693","full_name":"codenomdev/bantucms-docker","owner":"codenomdev","description":"Bantucms Docker","archived":false,"fork":false,"pushed_at":"2023-03-08T07:36:23.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T00:28:44.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenomdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-08T07:36:19.000Z","updated_at":"2023-03-08T07:36:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"90e3ad36-4982-4c0c-b3eb-8384fb1d4106","html_url":"https://github.com/codenomdev/bantucms-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenomdev%2Fbantucms-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenomdev%2Fbantucms-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenomdev%2Fbantucms-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenomdev%2Fbantucms-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenomdev","download_url":"https://codeload.github.com/codenomdev/bantucms-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T08:18:46.387Z","updated_at":"2025-03-31T20:13:46.476Z","avatar_url":"https://github.com/codenomdev.png","language":"Shell","readme":"# Bantucms Dockerization\n## Introduction\n### Whats is Bantucms\nBantucms is a CMS framework built on top of the hottest opensource technologies such as Laravel, a PHP framework and Vue.js, a progressive Javascript framework.\n\nBantucms is a viable option to reduce your time, cost and workforce for building online website or migrating from a physical project to an online platform.\n\nIt is suitable for all small or large Website business demands using a simple set-up procedure. Built on top of Laravel and equipped with an easy product information management.\n\n[See more about Bantucms](https://devdocs.codenom.com/1.x/installation-guide/)\n\n## System Requirements\n- System/Server requirements of Bantucms are mentioned [here](https://devdocs.codenom.com/1.x/installation-guide/requirements.html). Using Docker, these requirements will be fulfilled by docker images of apache \u0026 mysql, and our application will run in a multi-tier architecture.\n- Install latest version of Docker and Docker Compose if it is not already installed. Docker supports Linux, MacOS and Windows Operating System. Click [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) to find their installation guide.\n\n## Installation\n- Adjust your Apache, MySQL and PHPMyAdmin port.\n\n  ~~~yml\n  version: '3.1'\n\n  services:\n      bantucms-php-apache:\n          build:\n              args:\n                  container_project_path: /var/www/html/\n                  uid: 1428 # add your uid here\n                  user: $USER\n              context: .\n              dockerfile: ./Dockerfile\n          image: bantucms-php-apache\n          ports:\n              - 80:80 # adjust your port here, if you want to change\n          volumes:\n              - ./workspace/:/var/www/html/\n\n      bantucms-mysql:\n          image: mysql:8.0\n          command: --default-authentication-plugin=mysql_native_password\n          restart: always\n          environment:\n              MYSQL_ROOT_HOST: '%'\n              MYSQL_ROOT_PASSWORD: root\n          ports:\n              - 3306:3306 # adjust your port here, if you want to change\n          volumes:\n              - ./.configs/mysql-data:/var/lib/mysql/\n\n      bantucms-phpmyadmin:\n          image: phpmyadmin:latest\n          restart: always\n          environment:\n              PMA_HOST: bantucms-mysql\n              PMA_USER: root\n              PMA_PASSWORD: root\n          ports:\n              - 8080:80 # adjust your port here, if you want to change\n\n  volumes:\n      mysql-data:\n  ~~~\n\n- Run the below command and everything setup for you,\n\n  ~~~sh\n  sh setup.sh\n  ~~~\n\n## After installation\n\n- To log in as admin.\n\n  ~~~text\n  http(s)://your_server_endpoint/admin_panel/login\n\n  Email: admin@example.com\n  Password: admin123\n  ~~~\n\n- To log in as customer. You can directly register as customer and then login.\n\n  ~~~text\n  http(s):/your_server_endpoint/customer/register\n  ~~~","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenomdev%2Fbantucms-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenomdev%2Fbantucms-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenomdev%2Fbantucms-docker/lists"}