Installing MeBo

m15o
To install MeBo, you need an environment with:

* php
* mysql (MariaDB)

The process is the following:

1. Get the code from https://hg.sr.ht/~m15o/mebo
2. Rename config-sample.php to config.php and add the correct values for the constants
3. Push the files to your server
eaplmx
I cannot clone it, I'm getting
```fatal: repository 'https://hg.sr.ht/~m15o/mebo/'; not found
and
fatal: Could not read from remote repository.```
from
> git clone ssh://hg@hg.sr.ht/~m15o/mebo

Any idea?
eaplmx
Daaaamn! Mercurial not Git... Ha!

I haven't used it in ages, so let's dust it off a bit
m15o
Haha yea, that's correct! Try with:
hg clone ssh://hg@hg.sr.ht/~m15o/mebo
alexlehm
any specific reason why you use hg?

I remember using that for a few projects a while ago and I kind of liked it but git mostly took over
m15o
No specific reason besides that I enjoy a lot using mercurial. :)