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

no edit summary
No edit summary
No edit summary
Line 20: Line 20:
   template1> CREATE DATABASE csa<app>db;
   template1> CREATE DATABASE csa<app>db;
   template1> GRANT ALL PRIVILEGES ON DATABASE csa<app>db to csa<app>;
   template1> GRANT ALL PRIVILEGES ON DATABASE csa<app>db to csa<app>;
   template1> \q
   template1> \c csa<app>db
   ubuntu@ec2instance:~$ psql -h pgshared-db.mofostaging.net --user=root csa<app>db
   csa<app>db> CREATE EXTENSION IF NOT EXISTS hstore;
  template1> CREATE EXTENSION IF NOT EXISTS hstore;
   csa<app>db> CREATE EXTENSION IF NOT EXISTS pg_trgm;
   template1> CREATE EXTENSION IF NOT EXISTS pg_trgm;


== Discourse set-up ==
== Discourse set-up ==
Confirmed users
90

edits