mirror of
https://github.com/filegator/filegator.git
synced 2025-08-04 15:07:35 +02:00
readme upd
This commit is contained in:
20
README.md
20
README.md
@@ -99,16 +99,9 @@ docker run -p 8080:8080 -d filegator/filegator
|
|||||||
visit: http://127.0.0.1:8080 login as admin/admin123
|
visit: http://127.0.0.1:8080 login as admin/admin123
|
||||||
```
|
```
|
||||||
|
|
||||||
## Minimum Requirements
|
## Download & Installation
|
||||||
- PHP 7.2.5+ (with php-zip extension)
|
See [install instructions](https://docs.filegator.io/install.html). Get $100 in ([server credits here](https://m.do.co/c/93994ebda78d)) so you can play around.
|
||||||
|
|
||||||
See [install instructions](https://docs.filegator.io/install.html) for Ubuntu 18.04 or Debian 10.3. Get $100 in ([server credits here](https://m.do.co/c/93994ebda78d)) so you can play around.
|
|
||||||
|
|
||||||
|
|
||||||
## Download precompiled build
|
|
||||||
Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.
|
|
||||||
|
|
||||||
[Download & install instructions](https://docs.filegator.io/install.html)
|
|
||||||
|
|
||||||
## Project setup for development (Docker)
|
## Project setup for development (Docker)
|
||||||
|
|
||||||
@@ -137,16 +130,9 @@ chmod -R 775 repository/
|
|||||||
composer install --ignore-platform-reqs
|
composer install --ignore-platform-reqs
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
```
|
|
||||||
|
|
||||||
## Compiles and hot-reloads
|
|
||||||
|
|
||||||
The following command will launch backend and frontend on ports 8081 and 8080:
|
|
||||||
|
|
||||||
```
|
|
||||||
npm run serve
|
npm run serve
|
||||||
```
|
```
|
||||||
Once everything is ready visit: `http://localhost:8080`
|
Once everything is ready visit: [http://localhost:8080](http://localhost:8080) and login as admin/admin123
|
||||||
|
|
||||||
|
|
||||||
## Run tests & static analysis
|
## Run tests & static analysis
|
||||||
|
Reference in New Issue
Block a user