An open API service indexing awesome lists of open source software.

https://github.com/iwatake2222/ecsitedvdshop

EC Site using PHP with admin console
https://github.com/iwatake2222/ecsitedvdshop

Last synced: 3 months ago
JSON representation

EC Site using PHP with admin console

Awesome Lists containing this project

README

          

# EcSiteDvdShop

A dummy web site for DVD shop.

## Memo

- Need to set secret information
- Google oauth2 information: /creds/google.json
- Contact Email information: /creds/mailer.json

- In the local environment, start server in www directory
- %> composer update
- %> cd www
- %> php -S localhost:8000

- How to change remote URL to upload files to OpenShift
- git remote set-url origin
ssh://1234abcd@dvd-iwiw.rhcloud.com/~/git/dvd.git/
- or
- git remote add openshift
ssh://1234abc@dvd-iwiw.rhcloud.com/~/git/dvd.git/

- How to keep it alive
- Add cron using the following command
- %> rhc app cartridge add -c cron-1.4 -a MyAppName