Skip to content

alldigitalrewards/marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marketplace Client Demonstration

Getting Started

Installation Instructions

  • vagrant up
  • vagrant ssh
  • sudo su -
  • npm install -g bower
  • exit
  • sudo su www-data
  • cd ~
  • composer install && bower install && mysql -u developer -pdeveloper developer < sql/sql.sql
  • edit /var/www/app/Config/api.php

Notes

  • Make sure bindfs & hostmanager are installed
  • vagrant plugin install vagrant-bindfs
  • vagrant plugin install vagrant-hostmanager
  • Don't want to use vagrant? Apache users will need to point the vhost to the /public directory (htaccess is already provided in public) & nginx users will need to forward requests through index.php ( try_files $uri $uri/ /index.php$is_args$args; )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published