diff --git a/pages/doc/hiberfile.html b/pages/doc/hiberfile.html new file mode 100755 index 0000000..3c1ff2d --- /dev/null +++ b/pages/doc/hiberfile.html @@ -0,0 +1,27 @@ +
+

~jusdepatate/doc/HiberFile

+

+ Installing HiberFile is pretty easy:
+ You only need a decent version of NPM and NodeJS installed,
+ Start by running HiberAPI:
+

+ git clone https://github.com/HiberFile/HiberAPI
+ cd HiberAPI
+ npm install
+ npm run build
+ npm run generate
+ npm run start +

+ Keep HiberAPI running (with a service or a screen),
+ Continue by running HiberNuxt
+
+ cd ..
+ git clone https://github.com/HiberFile/HiberFile
+ cd HiberFile
+ npm run build
+ npm run generate
+ npm run start +

+ HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...
+

+
\ No newline at end of file diff --git a/pages/doc/index.html b/pages/doc/index.html old mode 100644 new mode 100755 index 62a2d99..ce464ce --- a/pages/doc/index.html +++ b/pages/doc/index.html @@ -5,31 +5,7 @@

Table of Content

-

HiberFile

-

- Installing HiberFile is pretty easy:
- You only need a decent version of NPM and NodeJS installed,
- Start by running HiberAPI:
-

- git clone https://github.com/HiberFile/HiberAPI
- cd HiberAPI
- npm install
- npm run build
- npm run generate
- npm run start -

- Keep HiberAPI running (with a service or a screen),
- Continue by running HiberNuxt
-
- cd ..
- git clone https://github.com/HiberFile/HiberFile
- cd HiberFile
- npm run build
- npm run generate
- npm run start -

- HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...
-

diff --git a/pages/doc/openlongr.html b/pages/doc/openlongr.html new file mode 100755 index 0000000..007cda7 --- /dev/null +++ b/pages/doc/openlongr.html @@ -0,0 +1,10 @@ +
+

~jusdepatate/doc/OpenLongr

+

+ OpenLongr is an extremely simple open source alternative to TwitLonger or pastebin,
+ It supports GitHub-flavored markdown.
+
+ The installation process is pretty simple as it was made with LAMP in mind.
+ +

+
\ No newline at end of file