A Pen by Jhonier Riascos Zapata on CodePen.
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
| carrusel | |
| -------- | |
| A [Pen](https://codepen.io/roger963/pen/OJzgKYv) by [Roger963](https://codepen.io/roger963) on [CodePen](https://codepen.io). | |
| [License](https://codepen.io/license/pen/OJzgKYv). |
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
| <header> | |
| <a href="#" class="club">Join the Club</a> | |
| <a href="#" class="cate">Big Catering</a> | |
| <a href="#" class="loca">Locations & Hours</a> | |
| <a href="#" class="take">Takeout & Delivery</a> | |
| <div class="parts"> | |
Source: https://wiki.archlinux.org/index.php/PostgreSQL
-
Install postgresql package
sudo pacman -S postgresql -
Switch to the postgres user account and initialize the database cluster:
sudo -iu postgres