README.md
This commit is contained in:
parent
4cf71985c8
commit
146804b68a
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
files-html - Cool indexer html for Apache/Nginx with Bootstrap
|
||||
==============================================================
|
||||
|
||||
### Installation:
|
||||
|
||||
* **Download:**
|
||||
|
||||
* Clone git repository:
|
||||
|
||||
git clone https://git.q3aql.dev/q3aql/files-html
|
||||
|
||||
* **Set language and generate index:**
|
||||
|
||||
* Run `set-lang.sh` to configure index language:
|
||||
|
||||
cd files-html
|
||||
chmod +x set-lang.sh
|
||||
./set-lang.sh <lang>
|
||||
|
||||
* Copy your files inside `files` folder and run `make-html-browser.sh` script:
|
||||
|
||||
chmod +x make-html-browser.sh
|
||||
./make-html-browser.sh
|
||||
|
||||
* Open `index.html` file and see your bootstrap index:
|
||||
|
||||
<img src="https://git.q3aql.dev/q3aql/files-html/raw/branch/master/img/files-html.png" />
|
||||
|
||||
### External links:
|
||||
|
||||
* [Bootstrap](https://getbootstrap.com/)
|
||||
* [Ubuntu font Homepage](https://design.ubuntu.com/font/)
|
||||
* [HTML 5 Homepage](https://html.com/html5/)
|
||||
|
Loading…
Reference in New Issue
Block a user