User:Barbs/SI30/CollectiveWiki: Difference between revisions
| Line 16: | Line 16: | ||
==Installing ikiwiki from source== | ==Installing ikiwiki from source== | ||
Installed Perl | Wanting to start the installation of ikiwiki, the first issue I ran into was that Termux does not use a package manager like Debian/Ubuntu/Fedora, and has a different file system compared to other Linux distro's due to it using the Android phone's files as a base. | ||
Installed all the dependencies | |||
As a solution, I first tried to download and compile ikiwiki from source, [https://ikiwiki.info/install/ following the instructions on the wiki]. | |||
* Installed Perl | |||
* Installed all the dependencies | |||
Tried to install ikiwiki but it says the dependencies are missing… | Tried to install ikiwiki but it says the dependencies are missing… | ||
Revision as of 19:09, 1 May 2026
I want to make a wiki for me & my friends to document our practice, research and projects!
To do:
- Host a server on an old smartphone
- Choose & install wiki software
Manetta gave me some links to look into:
- Ikiwiki
- Docuwiki
Installing ikiwiki on an old phone using termux
AAAAAAAAAAAAA
Installing Termux
I followed the steps detailed in the comphosting workshop tutorial and didn't run into any issues.
Installing ikiwiki from source
Wanting to start the installation of ikiwiki, the first issue I ran into was that Termux does not use a package manager like Debian/Ubuntu/Fedora, and has a different file system compared to other Linux distro's due to it using the Android phone's files as a base.
As a solution, I first tried to download and compile ikiwiki from source, following the instructions on the wiki.
- Installed Perl
- Installed all the dependencies
Tried to install ikiwiki but it says the dependencies are missing…
Installing Ubuntu on Termux
I found a guide that lets you install Ubuntu inside of Termux https://jorexdeveloper.github.io/termux-ubuntu/
I then ran apt-get install ikiwiki