IT/Community/WG/Discourse/Setup: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 22: Line 22:


=== Create Database ===
=== Create Database ===
   ubuntu@ec2instance:~$ psql -h pgshared-db.mofostaging.net --user=root template1
   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 ===
Confirmed users
90

edits

Navigation menu