Ruby packaging next


Taking ruby packaging to the next level Table of Content TL;DR Where we started The basics One step at a time Rocks on the road “Job done right?” “Well almost.” Whats left? TL;DR we are going back to versioned ruby packages with a new naming scheme. one spec file to rule them all. (one spec file to build a rubygem for all interpreters) macro based buildrequires. %{rubygem rails:4.1 >= 4.1.4} gem2rpm.…
Read more ⟶

Discourse/README.SUSE


README.SUSE So it seems you installed the discourse package that we provide for openSUSE/SUSE. Preparing PostgreSQL $ zypper in postgresql-server postgresql-server $ su - postgres $ createuser -P discourse $ createdb -O discourse discourse Add the required postgresql extensions to the DB. We extract those at build time from the migrations. If you run migrations with a normal postgresql user, you can not add extensions during the migrations. That’s why we add them here.…
Read more ⟶