- This is installed now (via Homebrew).
- To run,
mysql.server start - To test connection:
mysql -uroot -p
- php is installed via Homebrew.
- Added as an alias for the PHP CLI in .zshrc
| { | |
| "type": "article", | |
| "publication": "1843", | |
| "template": "full-width", | |
| "paywalled": true, | |
| "slug": "/some-article-slug", | |
| "author": "some author here", | |
| "tags": ["some", "array", "of", "topics", "or", "tags", "or", "subjects", "or", "whatever"], | |
| "subtitle": "Behind the news", | |
| "title": "They stormed the Capitol, then posed for selfies", |
| { | |
| "@context":"http://schema.org", | |
| "@type":"Article", | |
| "url":"https://www.economist.com/the-americas/2021/02/02/colombias-peace-tribunal-issues-a-crushing-judgment-against-the-farc", | |
| "publisher":{ | |
| "@type":"NewsMediaOrganization", | |
| "name":"The Economist", | |
| "logo":{ | |
| "@type":"ImageObject", | |
| "url":"https://amp.economist.com//engassets/google-search-logo.f1ea908894.png"} |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <link rel="canonical" href="https://www.economist.com"/> | |
| <script> | |
| window.env = {"ENV":"production"}; | |
| </script> | |
| <script src="https://cdn.optimizely.com/js/19440972562.js" id="optimizely-script"></script> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <style data-next-hide-fouc="true">body{display:none}</style> // Local only, this is fine | |
| <noscript data-next-hide-fouc="true"> | |
| <style>body{display:block}</style> | |
| </noscript> | |
| <script> | |
| window.env = {"ENV":"local"}; | |
| </script> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <style data-next-hide-fouc="true">body{display:none}</style> | |
| <noscript data-next-hide-fouc="true"><style>body{display:block}</style></noscript> | |
| <script> | |
| window.env = {"ENV":"local"}; | |
| </script> | |
| <meta name="viewport" content="width=device-width"/> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <link rel="amphtml" href="https://amp.economist.com/china/2021/02/20/chinas-roll-out-of-covid-19-vaccines-is-slower-than-planned"/> | |
| <link rel="canonical" href="https://www.economist.com/china/2021/02/20/chinas-roll-out-of-covid-19-vaccines-is-slower-than-planned"/> | |
| <script> | |
| window.env = {"ENV":"production"}; | |
| </script> |