this post was submitted on 26 Jun 2023
48 points (94.4% liked)
Asklemmy
44151 readers
1377 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It sounds like you came across documentation for how to host a Lemmy server. Can you explain what it is you're trying to do? I'm not sure what you mean by "use the official web app."
Well, I use Jerboa but it's unstable. So I went to that page: https://join-lemmy.org/apps and tried to link to "official web app". But I came accross Github a few other times and I'm always confused...
The link there is for hosting the web app, not for users. You should just go to the URL of your Lemmy home instance.
All right thanks.
The βofficial web appβ is how people can self-host Lemmy, to access it as a user it's just the website.
Got you thanks. I'd still like to find a basic tutorial on Github one day.
If you want to self-host Lemmy you can just use this easy install script, just make sure to modify the config file to suite your setup it's only a couple variables, and it's pretty self-explanatory. https://github.com/ubergeek77/Lemmy-Easy-Deploy
If you're not a developer all you really need to know is how to check a Readme file, and the releases page.
What do you want to learn about it? Functionally you can just think about it as a place where people host code collaborate on on code. Your best bet, as another comment pointed out, is to just look at a project's README, which will usually display on the main project page for a project beneath the directory structure of the project (all the files on folders that are listed).
Also, at the top of a project page, there's a bunch of tabs. One of those is an "Issues" tab where you can find and file bug reports.
Beyond that, it's hard to explain too much more without talking about what
git
is and how it works, which is not a small subject.