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
- Host: GitHub
- URL: https://github.com/iwatake2222/ecsitedvdshop
- Owner: iwatake2222
- Archived: true
- Created: 2015-12-29T01:28:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T01:46:44.000Z (almost 10 years ago)
- Last Synced: 2025-07-13T06:52:33.906Z (3 months ago)
- Language: PHP
- Size: 2.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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