Confirmed users
90
edits
No edit summary |
|||
| Line 22: | Line 22: | ||
=== Create Database === | === Create Database === | ||
ubuntu@ec2instance:~$ psql -h | ubuntu@ec2instance:~$ psql -h HOST --user=root template1 # Change host to the DB Host found in the outputs tab of Cloudformation. | ||
template1> CREATE USER csa<app> WITH PASSWORD 'aStrongPasswordHere'; | template1> CREATE USER csa<app> WITH PASSWORD 'aStrongPasswordHere'; | ||
template1> CREATE DATABASE csa<app>db; | template1> CREATE DATABASE csa<app>db; | ||
| Line 31: | Line 31: | ||
Share the database password with the infra team via lastpass. | Share the database password with the infra team via lastpass. | ||
== Discourse set-up == | == Discourse set-up == | ||
=== Install Discourse === | === Install Discourse === | ||