Skip to content

Development notes

Katja Berčič edited this page Feb 27, 2019 · 3 revisions

Theme development with theme-kit

In the folder website/theme-kit run

gulp watch

Postgres stored procedures

Steps:

  1. Access psql shell as superuser (indicated by =# in the prompt).
  2. If necessary, run CREATE EXTENSION plpythonu on the database.
  3. Run the CREATE FUNCTION code.
Clone this wiki locally