BFH Handwriting Website: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 26: | Line 26: | ||
=== Local === | === Local === | ||
* '''Host:''' PHPStorm provides a built-in server at [http://localhost:63342/ http://localhost:63342/] ('''63342''' is the default port.) | * '''Host:''' PHPStorm provides a built-in server at [http://localhost:63342/ http://localhost:63342/] ('''63342''' is the default port.) <ref>[https://www.jetbrains.com/help/phpstorm/php-built-in-web-server.html Built-In Web Server] -- PHPStorm documentation</ref> | ||
=== Staging === | === Staging === | ||
Revision as of 12:58, 4 May 2018
Hosting
Website and domain name are hosted with Namecheap.
Dependencies
composer is not installed on the Namecheap servers & won't install due to permissions errors. So it seems unlikely to be able to use composer to install the PHP packages.
Production
- Authorizenet SDK
- PayPal REST API SDK
Development
- PHPUnit
- PHP Documentor
Development environment
Unit testing
TK. Selenium? See Using PHPUnit
Local
- Host: PHPStorm provides a built-in server at http://localhost:63342/ (63342 is the default port.) [1]
Staging
Deploying the site
See BFH Handwriting Website Deployment.
- Deploy using PHPStorm's Sync with deployed to..." command.
- Make sure to exclude the necessary local and remote paths from the sync, e.g.
sassandvendorlocally, and shared PHP directories and WordPress directories on the remote server.
- Make sure to exclude the necessary local and remote paths from the sync, e.g.
Shopping Cart
(Source: Google Drive)
- ↑ Built-In Web Server -- PHPStorm documentation
