mytilde/pages/doc/index.html

36 lines
1.4 KiB
HTML

<div class="notfooter">
<h1><a href="../">~jusdepatate/</a>doc/</h1>
<p>
Here are some system administration stuff such as installation guides for softwares.<br>
</p>
<h2>Table of Content</h2>
<ul>
<li>[ <a href="#hf">H i b e r F i l e</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>