What is the current guide on development install?
It seems that the repository linked in the first post was archived:
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Is there a replacement?
What is the current guide on development install?
It seems that the repository linked in the first post was archived:
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Is there a replacement?
Iâm setting up dev environment on Ubuntu (WSL2) and I installed PostgreSQL using asdf
. now db:create
complains that socket canât be found at path /tmp/.s.PGSQL.5432
. But for me the socket is at /var/run/postgresql/.s.PGSQL.5432
. Where can I configure correct path? discourse.config doesnât seem to have any effect.
Furthermore, bin/ember-cli -u
throws an error about ImageMagick if itâs not installed/not the correct version. Iâm following ChatGPT (please, donât judge) to install a later version of it since (for some reason) the magick
command doesnât exist on my version. Crossing my fingers hoping itâll work.
EDIT: ChatGPT actually helped! Discourse is now running on 4200.
In my 7 years of discourse development I think Iâve installed it once. Just run the rake task to establish the admin user.
If youâre referring to bin/rails admin:create
then yes, I did that, so I edited my post above because I realised that I didnât need to verify my account (and subsequent user accounts can be activated manually).
However, coming back to the ImageMagick part, is there a way for one not to use ImageMagick (i.e. truly making it âoptionalâ)?