{"id":18937769,"url":"https://github.com/webkul/opencart_setup","last_synced_at":"2025-06-15T07:02:55.247Z","repository":{"id":139265589,"uuid":"118633930","full_name":"webkul/opencart_setup","owner":"webkul","description":"Console App To Create Opencart Setup through Command Line","archived":false,"fork":false,"pushed_at":"2018-01-24T09:33:43.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T07:02:26.922Z","etag":null,"topics":["cli-oc","cli-opencart-setup","console-opencart-setup","consoleapp","webkul"],"latest_commit_sha":null,"homepage":"https://webkul.com/opencart-development/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webkul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-01-23T16:03:34.000Z","updated_at":"2023-06-10T07:24:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"c80451b9-9a72-466c-a9b5-f463355c90b6","html_url":"https://github.com/webkul/opencart_setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webkul/opencart_setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkul%2Fopencart_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkul%2Fopencart_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkul%2Fopencart_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkul%2Fopencart_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webkul","download_url":"https://codeload.github.com/webkul/opencart_setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkul%2Fopencart_setup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259935589,"owners_count":22934384,"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":["cli-oc","cli-opencart-setup","console-opencart-setup","consoleapp","webkul"],"created_at":"2024-11-08T12:12:24.368Z","updated_at":"2025-06-15T07:02:55.227Z","avatar_url":"https://github.com/webkul.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webkul-Create-Opencart-Setup\nThis console app used to create a new Opencart setup through command line. In this app we used symfony/console.\n\n## How to Configure\n\n### Prerequisite\nBefore using this app, you have to follow below steps:\n- Upload app, project directories and composer.json file into your opencart root directory (path where you want to create opencart setup).\n- Go to the path where you uploaded the above directories and file by using terminal.\n- Now install the composer by executing below command from terminal:\n    - Syntax:  curl -s http://getcomposer.org/installer | php\n    - Syntax:  php composer.phar install\n- After successfully installation of conposer, you will see \"vendor\" and \"composer.phar\" directory and file (PHP Archive).\n\n### How to use\nBy using this console app you can create Opencart setup for the 2.x.x.x version.\n- Step1: By using terminal go to the path where you upload the app, project directories and run the below command to start the app:\n    - Syntax:  app/console app:create-oc-setup\n- Step2: Now you have to provide opencart version that you want to install.\n    - Supported Oc Version: 2.0.0.0 , 2.0.1.0 , 2.0.1.1 , 2.0.2.0 , 2.0.3.1 , 2.1.0.1 , 2.1.0.2 , 2.2.0.0 , 2.3.0.0 , 2.3.0.1 , 2.3.0.2\n- Step3: Now system will ask you to create separate directory for opencart setup (Y/N):\n    - Provide 'y' and 'Y' if you want to create opencart setup inside a directory.\n    - Provide 'n' and 'N' if you don't want to create a directory.\n- Step4: If you choose 'y' or 'Y', then you have to provide the directory path for opencart setup:\n    - If you want to create the setup inside the current directory, then provide directory name like:\n        - Syntax: Opencart , /Opencart/ , /Opencart/2_0/\n    - If you want to create the opencart setup outside the current directory (i.e. parallel to app, project or parent directory) then provide directory name like:\n        - Syntax: /../Opencart , /../Opencart/ , /../Opencart/2_0/\n- Step5: After this you have to provide the correct database details:\n    - Hostname                  (e.g. localhost)\n    - Database Username         (e.g. root)\n    - Database Password         (e.g. password)\n    - Database Name             (e.g. johndoe_db1)\n    - Port Number               (e.g. 3306)\n    - Database Prefix           (e.g. oc_)\n    - Opencart Admin Username   (e.g. demo)\n    - Opencart Admin Password   (e.g. demo)\n    - Opencart Admin Email-Id   (e.g. johndoe@example.com)\n    - Store URL for config file (e.g. http://localhost/Opencart/2_0/ , https://xyz.com/opencart/)\n- Step6: After providing all the correct detail, you will get success message with admin and catalog url.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebkul%2Fopencart_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebkul%2Fopencart_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebkul%2Fopencart_setup/lists"}