permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 54cf7fbc340f2a19db05cd91f5395772d02f61af
parent 38c91d39b93e291164826fe7877ff9441e2a34c0
Author: decentral1se <decentral1se@web>
Date:   Sat, 12 Oct 2024 08:19:11 +0200

docs: branch

Diffstat:
Meik.mdwn | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -58,6 +58,10 @@ You can edit the CSS, about pages, registration instructions etc. all in `/var/w If you run into issues, have ideas for improvements or otherwise wanna get in touch with the main developer, cblgh, they're very open to discussions on the issue tracker [here](https://github.com/cblgh/cerca/issues). +### Hacking cerca + +You can push/pull changes from our private temporary branch. You need to add the `eik` repository to your local checkout. You can do this with something like so: `git remote add pmc ssh://foo@eik:/var/www/git.permacomputing.net/repos/cerca.git` (see "git hosting" below for more details). Then you can `git fetch --all pmc` and you should have a copy of the `bbs-patches` branch. Push all your hacks there so we can get lost in hacks together 🤓 + ### Update cerca Due to resource constraints on `eik`, we are building `cerca` on our own machines and then uploading & replacing the binary to update a new version.