readme upd

This commit is contained in:
Milos Stojanovic 2024-04-18 14:39:04 +02:00
parent 903085e8b1
commit 6e08e29d77

View File

@ -99,16 +99,9 @@ docker run -p 8080:8080 -d filegator/filegator
visit: http://127.0.0.1:8080 login as admin/admin123
```
## Minimum Requirements
- PHP 7.2.5+ (with php-zip extension)
## Download & Installation
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)
@ -137,16 +130,9 @@ chmod -R 775 repository/
composer install --ignore-platform-reqs
npm install
npm run build
```
## Compiles and hot-reloads
The following command will launch backend and frontend on ports 8081 and 8080:
```
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