Skip to content

inoutput/vagrant-prestashop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Prestashop

This is a vagrant template for building a Prestashop development environment.

This template boots up two Prestashop sites, one with sample data, one without sample data.

Development Environment

The development environment is based on vagrant, and this project, so big thanks to nurelm for the template.

In order to run you will need to have VirtualBox and vagrant installed on your local development machine.

NOTE: The first time you run vagrant up it may take some time to download the required baseboxes etc.

Usage

  • Access the virtual machine directly using vagrant ssh
  • When you're done vagrant halt

To access test site with sample data:

  • In your browser, head to 127.0.0.1:8080
  • Prestashop CMS is accessed at 127.0.0.1:8080/admin1234
  • User: admin@myshop.com Password: password

To access test site without sample data:

  • In your browser, head to 127.0.0.1:8081
  • Prestashop CMS is accessed at 127.0.0.1:8081/admin1234
  • User: admin@myshop.com Password: password

Database user: root, no password

Config Changes

PHP Error display is enabled during provisioning.

PrestaShop caching is disabled during provisioning.

PrestaShop Template Force Compilation is enabled during provisioning.

PrestaShop DEV_MODE is enabled during provisioning.

Known Issues

Installing a Prestashop site via command line is not supported prior to Prestashop 1.5.5.

About

A vagrant template for building a Prestashop development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%