A curated list of amazingly awesome PHP libraries, resources and shiny things.
| #!/bin/bash | |
| MAGE_BASE_URL="$1" | |
| MAGE_SKU="$2" | |
| PAYMENT_KEY="$3" | |
| PAYMENT_METHOD="$4" | |
| STORE_VIEW="$5" | |
| CREDIT_CARD="$6" | |
| CREDIT_CARD_CVC="$7" |
A curated list of awesome Python frameworks, libraries, software and resources.
Inspired by awesome-php.
This series of documents will configure and setup a Nginx, MySQL, and
PHP (LEMP) server on a basic Standard B1s (1 vcpus, 1 GiB memory) Ubuntu
16.04 or 18.04 LTS Virtual Machine on Microsoft Azure.
This will also install other useful packages and configurations for SFTP and a fully automated SSL service using certbot for Let's Encrypt.
The B1s is Azure's entry level Linux VM and only comes with 1 GiB memory so
- Proper logger with a default log level.
- Unit testing of code. Unit tests have a chance to fail. Unit tests which can only pass are not useful.
- Environment variables.
- Strict linting rules.
-
JSDocfor code. - Proper
README. - Extensive
.gitignoreto ignore everything unneeded. -
Dockerfilefile anddocker-composefile included.
First things first. This first WordPress checklist will help you start out on the right foot when you start to create a WordPress website.
- Purchase a domain name.
- Purchase a hosting plan from a reputable hosting company that specializes in WordPress hosting.
- Install the latest version of the WordPress software on your server.
The following developer WordPress checklist is a brief starting point. While there are a number of specific tasks that have to be done, everyone has their own way of doing things. Add to this list as you develop your own workflow.
- Set up new domain in cPanel
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free page.
See Contributing.