Ubuntu 20.04.3 server can Apache be made to render md documents like on GitHub?

Colin Watson cjwatson at ubuntu.com
Wed Jan 12 20:48:21 UTC 2022


On Wed, Jan 12, 2022 at 09:11:12PM +0100, Bo Berglund wrote:
> Do I have to reboot Winows-style to make stuff work after installation?

No.

> % autoreconf -f -i
> % ./configure --with-apxs=<APXS_PATH> --with-discount=<DISCOUNT_DIR>
> % make
> % make install
> 
> And here I do not understand what the % marks are for,

Some shells used to use "%" as a prompt by default, so it's sometimes
used to denote shell input, the way you often see "$" being used.

> ./configure --with-apxs=<APXS_PATH> --with-discount=<DISCOUNT_DIR>
> 
> Here I think I am supposed to replace <APXS_PATH> and <DISCOUNT_DIR>
>  with something completely unknown by me, what are these?

The defaults are "--with-apxs=/usr/bin/apxs --with-discount=/usr".
Since you're using the packaged versions of both of these, I think you
can leave these at their defaults and just run ./configure without
arguments.

-- 
Colin Watson (he/him)                              [cjwatson at ubuntu.com]




More information about the ubuntu-users mailing list