BFH Handwriting Website: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Web Development == Hosting == Website and domain name are hosted with Namecheap. == Dependencies == TK == Deploying the site == TK") |
No edit summary |
||
| Line 7: | Line 7: | ||
TK | TK | ||
== Development environment == | |||
=== Local === | |||
* '''Host:''' `littledamienii` | |||
* Deploy to the local site with PHPStorm's '''Sync with deployed to...''' command. | |||
** Make sure to set excluded paths on the remote host before syncing. | |||
** Set Deployment options such that saving files automatically syncs them with the default remote host. | |||
* It appears that the local environment isn't adequate to test PayPal transactions since it does not have a SSL certificate and can't support https protocol. | |||
=== Staging === | |||
* '''Host:''' [http://staging.bfhhandwriting.com] | |||
== Deploying the site == | == Deploying the site == | ||
* Deploy using PHPStorm's '''Sync with deployed to..." command. | |||
** Make sure to exclude the necessary local and remote paths from the sync, e.g. `sass` and `vendor` locally, and shared PHP directories and WordPress directories on the remote server. | |||
Revision as of 17:15, 19 February 2016
Hosting
Website and domain name are hosted with Namecheap.
Dependencies
TK
Development environment
Local
- Host:
littledamienii - Deploy to the local site with PHPStorm's Sync with deployed to... command.
- Make sure to set excluded paths on the remote host before syncing.
- Set Deployment options such that saving files automatically syncs them with the default remote host.
- It appears that the local environment isn't adequate to test PayPal transactions since it does not have a SSL certificate and can't support https protocol.
Staging
- Host: [1]
Deploying the site
- 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.