Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/opencart-vagrant
Vagrant box that is used by myself to setup and install an OpenCart install
https://github.com/joshuaestes/opencart-vagrant
Last synced: about 2 months ago
JSON representation
Vagrant box that is used by myself to setup and install an OpenCart install
- Host: GitHub
- URL: https://github.com/joshuaestes/opencart-vagrant
- Owner: JoshuaEstes
- Created: 2014-07-09T14:27:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T11:57:12.000Z (over 9 years ago)
- Last Synced: 2024-05-01T18:55:49.376Z (8 months ago)
- Language: PHP
- Size: 11.7 MB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joshuaestes/opencart-vagrant
============================This repository allows you to setup an OpenCart install using
vagrant for development and testing.# Requirements
* [Virtual Box](https://www.virtualbox.org/)
* [Vagrant](http://www.vagrantup.com/)# Installation
```bash
git clone --recursive https://github.com/JoshuaEstes/vagrant-opencart.git
cd vagrant-opencart
curl -sS https://getcomposer.org/installer | php
php composer.phar install
vagrant up
```Open your browser to 127.0.0.1:8080 and go through the OpenCart installation
wizard.# Configuration
This setup will install mysql and create the database for you. During the
OpenCart install, it will ask for your database information. There is
no password and the username is `root`. The database name is `opencart`# Important Notes
When you are done with the machine, do not forget to halt the machine first in
order to avoid data corruption, if you did forget to halt the machine, you will
run into errors with starting mysql and will have to remove the files:
./db/mysql/ib_logfile0
-and-
./db/mysql/ib_logfile1