This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install mysql-server | |
sudo netstat -tap | grep mysql | |
sudo apt-get install libmysql-ruby | |
mysql -u root -p | |
sudo apt-get install libmysqlclient-dev | |
gem install mysql2 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content="A layout example that shows off a blog page with a list of posts."> | |
<title>Blog – Layout Examples – Pure</title> |