more stuff

This commit is contained in:
Jus de Patate_ 2021-07-30 04:35:16 +02:00
parent 0a4e4681f6
commit 944a117f3a
3 changed files with 39 additions and 26 deletions

27
pages/doc/hiberfile.html Executable file
View File

@ -0,0 +1,27 @@
<div class="notfooter">
<h1><a href="../">~jusdepatate/</a><a href="index.html">doc/</a>HiberFile</h1>
<p>
Installing HiberFile is pretty easy:<br>
You only need a decent version of NPM and NodeJS installed,<br>
Start by running <i>HiberAPI</i>:<br>
<blockquote class="sourceCode">
git clone https://github.com/HiberFile/HiberAPI<br>
cd HiberAPI<br>
npm install<br>
npm run build<br>
npm run generate<br>
npm run start
</blockquote><br>
Keep HiberAPI running (with a service or a screen),<br>
Continue by running <i>HiberNuxt</i><br>
<blockquote class="sourceCode">
cd ..<br>
git clone https://github.com/HiberFile/HiberFile<br>
cd HiberFile<br>
npm run build<br>
npm run generate<br>
npm run start
</blockquote><br>
HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...<br>
</p>
</div>

28
pages/doc/index.html Normal file → Executable file
View File

@ -5,31 +5,7 @@
</p>
<h2>Table of Content</h2>
<ul>
<li>[ <a href="#hf">H i b e r F i l e</a> ]</li>
<li>[ <a href="hiberfile.html">H i b e r F i l e</a> ]</li>
<li>[ <a href="openlongr.html">O p e n L o n g r</a> ]</li>
</ul>
<h2 id="hf">HiberFile</h2>
<p>
Installing HiberFile is pretty easy:<br>
You only need a decent version of NPM and NodeJS installed,<br>
Start by running <i>HiberAPI</i>:<br>
<blockquote class="sourceCode">
git clone https://github.com/HiberFile/HiberAPI<br>
cd HiberAPI<br>
npm install<br>
npm run build<br>
npm run generate<br>
npm run start
</blockquote><br>
Keep HiberAPI running (with a service or a screen),<br>
Continue by running <i>HiberNuxt</i><br>
<blockquote class="sourceCode">
cd ..<br>
git clone https://github.com/HiberFile/HiberFile<br>
cd HiberFile<br>
npm run build<br>
npm run generate<br>
npm run start
</blockquote><br>
HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...<br>
</p>
</div>

10
pages/doc/openlongr.html Executable file
View File

@ -0,0 +1,10 @@
<div class="notfooter">
<h1><a href="../">~jusdepatate/</a><a href="index.html">doc/</a>OpenLongr</h1>
<p>
OpenLongr is an <a href="https://raw.githubusercontent.com/jusdepatate/OpenLongr/master/OpenLongr.gif">extremely simple open source</a> alternative to TwitLonger or pastebin,<br>
It supports <a href="https://github.github.com/gfm/">GitHub-flavored markdown</a>.<br>
<br>
The installation process is pretty simple as it was made with <a href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP</a> in mind.<br>
</p>
</div>