mytilde/pages/doc/hiberfile.html

27 lines
1.1 KiB
HTML
Executable File

<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>