====== Meeting Notes: Tue 25th June 2019 ====== Welcome! This is the notes page for our second learn-to-code-from-scratch meeting in The Avalon Bar. The plan is to run something like this every two weeks to get people up and running with basic web development and system admin. Next meeting is [[2019-07-09|Tue 9th July 2019]]. ==== What we did ==== As before, we worked through the following: * [[Setting up EC2|Setting up an Amazon EC2 instance]] - once that is complete you now have your own server, and you can securely connect to it using Putty (or directly via Linux/macOS) * [[2019-03-17|Setting up your server with Apache and MySQL]] - the server doesn't have much software installed, just a basic terminal, these steps install Apache (the webserver) and MySQL (the database). At this step we also downloaded Adminer (a GUI to manage the database, similar to PHPMyAdmin). * Then we went through the Amazon AWS interface, and set up Security Groups for the webserver (HTTP) - this is basically Amazon's equivalent of a firewall, we had to open a port to allow access to our IP in a web browser * [[Hello World|Writing your first hello world program]] - Now we started with our very first simple program. * [[Editing files|Editing files remotely on the server]] - Then we looked at ways to connect directly to the server and edit files using Notepad++ (or by mounting a remote directory in Linux/macOS) * [[Basic Form|An example of a basic HTML form]] - We created a basic HTML form and showed how to access it's elements in PHP once it had been submitted * [[2019-04-06|Some example code in PHP to connect to your MySQL server]] - Some others went ahead and got the PHP code working that connects to a database and pulls data out, though we stopped there as we hadn't actually put data into the database yet - maybe next time! ==== What we'll do next ==== Just like last month, I'll spend some time taking anyone new through the above steps. For those that are all set up and ready to go - we'll work on the following: - Create a simple quiz page. When you visit it, it chooses a random question from a list you've supplied earlier and asks for the answer in a form then checks if it's correct or not. - We'll build this using a simple array to begin with, then switch to getting the information from a database. See the **[[Getting Started]]** page for some step-by-step instructions you might need tonight. ==== Guides ==== * [[Setting up EC2|Setting up an Amazon EC2 instance]] * [[2019-03-17|Notes on setting up your server with Apache and MySQL]] * [[Hello World|Your first hello world program]] * [[Basic Form|An example of a basic HTML form]] * [[2019-04-06|Some example code in PHP to connect to your MySQL server]] ==== Staying in touch ==== * Create an account on [[https://glasgow.social|glasgow.social]] and follow us to keep in touch. * Use the hashtag [[https://glasgow.social/tags/coding|#coding]] on the [[https://en.wikipedia.org/wiki/Fediverse|Fediverse]] (recommended mobile Mastodon client – Android: [[https://play.google.com/store/apps/details?id=com.keylesspalace.tusky&hl=en_GB|Tusky]], iOS: [[https://itunes.apple.com/us/app/amaroq-for-mastodon/id1214116200?mt=8|Amaroq]]) * Talk to us on IRC in #coding irc.glasgow.social (recommended Windows/Linux IRC client: [[https://hexchat.github.io|Hexchat]]) ==== Attendees ==== - Abdullah Khan - [[https://glasgow.social/@adam|A.B. YOUNIS]] - Aileen McKenzie - Alastair Cooper - Andrew Reid - [[https://glasgow.social/@Ashmanq|Ashir]] (Organiser) - Benami Ark - Chris Cavani - [[https://glasgow.social/@dric|Cédric Chantreau]] - [[https://glasgow.social/@Legomancer|Ed]] - Ezra Rowan Wilson - Fung - Gareth King - [[https://glasgow.social/@Hammy|Hammy]] - [[https://glasgow.social/@John|John Carlin]] - josef da silva bernardo neto - [[https://glasgow.social/@kevin_w|Kevin]] - Mohamed Ali - Nebay - [[https://glasgow.social/@neil|Neil McKillop]] (Event Organiser) - Qasim Mohammed - [[https://glasgow.social/@rasikapurohit|Rasika Purohit]] - [[https://glasgow.social/@M|Steven]] - Victoria B - [[https://glasgow.social/@Star_Anise|Yasmin]] - Youssef S - Zoher Wakaf