One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # these versions are current as of May 18th 2021 | |
| # info from https://www.npmjs.com/package/@angular/cli -> Versions | |
| #Angular 2: looks like this is the last RC version before switching to angular 4 | |
| npx -p @angular/cli@1.0.0-rc.2 ng new angular2app | |
| #Angular 4: the last CLI version before Angular 5 | |
| npx -p @angular/cli@1.4.10 ng new angular4app | |
| #Angular 5: the last CLI version before Angular 6 |
| <?php | |
| // PHP memory limit for this site | |
| define( 'WP_MEMORY_LIMIT', '128M' ); | |
| define( 'WP_MAX_MEMORY_LIMIT', '256M' ); // Increase admin-side memory limit. | |
| // Database | |
| define( 'WP_ALLOW_REPAIR', true ); // Allow WordPress to automatically repair your database. | |
| define( 'DO_NOT_UPGRADE_GLOBAL_TABLES', true ); // Don't make database upgrades on global tables (like users) | |
| // Explicitely setting url |
/home/username..bashrc file in same directory by adding alias composer='/usr/local/php56/bin/php-cli ~/composer.phar' line. Update php56 part to current relevant version, if necessary.source ~/.bashrc to reload config.composer command!