From 944a117f3aa98de4a4dbd6546a22726acdfd11cc Mon Sep 17 00:00:00 2001 From: Jus de Patate Date: Fri, 30 Jul 2021 04:35:16 +0200 Subject: [PATCH] more stuff --- pages/doc/hiberfile.html | 27 +++++++++++++++++++++++++++ pages/doc/index.html | 28 ++-------------------------- pages/doc/openlongr.html | 10 ++++++++++ 3 files changed, 39 insertions(+), 26 deletions(-) create mode 100755 pages/doc/hiberfile.html mode change 100644 => 100755 pages/doc/index.html create mode 100755 pages/doc/openlongr.html 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