diff --git a/README.md b/README.md index 0096fd9b61eea596a963b27dda80a1e316e9e3b2..f6efacfe1b2f547f4cc82d22c3f79d95293b3e4f 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: