From ebf7328d055d646731871ee6630f9b60ea4fdd65 Mon Sep 17 00:00:00 2001 From: Roland Alton <ras@osalliance.com> Date: Tue, 8 Oct 2024 08:55:45 +0000 Subject: [PATCH] add dev env setup --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0096fd9..f6efacf 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,33 @@ # discourse +Online discussions tool +## Dev environment -## Getting started +Oct 2024: https://discourse-dev.transposer.eu/ -To make it easy for you to get started with GitLab, here's a list of recommended next steps. +installed on a VM on marley server (use that as jump host) -Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! +https://meta.discourse.org/t/install-discourse-on-ubuntu-or-debian-for-development/14727 -## Add your files + +´´´ +ssh discourse-dev-root +su discourse +cd ~ +screen -R discourse +bin/ember-cli -u +´´´ + + + + + +## Using the repository + +(standard gitlab how to) + +## Add files - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: -- GitLab