mirror of
https://github.com/filegator/filegator.git
synced 2025-08-31 08:05:47 +02:00
docs fix
This commit is contained in:
14
README.md
14
README.md
@@ -54,16 +54,16 @@ You can also log in with john/john to see John's private files.
|
||||
## Download precompiled build
|
||||
- Latest: [v7.0.0-RC3](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.0-RC3.zip)
|
||||
- Unzip files and upload them to your PHP server
|
||||
- Make sure you webserver can read and write to ```/storage``` and ```/private``` folders
|
||||
- Set the website document root to ```/dist``` directory. This is also known as 'public' folder.
|
||||
- Visit web page, if something goes wrong check ```/private/logs/app.log```
|
||||
- Login with default credentials ```admin/admin123```
|
||||
- Make sure you webserver can read and write to `/storage` and `/private` folders
|
||||
- Set the website document root to `/dist` directory. This is also known as 'public' folder.
|
||||
- Visit web page, if something goes wrong check `/private/logs/app.log`
|
||||
- Login with default credentials `admin/admin123`
|
||||
- Change default admin's password
|
||||
|
||||
|
||||
## Project setup for development (Linux)
|
||||
|
||||
You must have ```git```, ```php```, ```npm```, and ```composer``` installed.
|
||||
You must have `git`, `php`, `npm`, and `composer` installed.
|
||||
|
||||
```
|
||||
git clone git@github.com:filegator/filegator.git
|
||||
@@ -84,7 +84,7 @@ 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`
|
||||
|
||||
|
||||
## Run tests & static analysis
|
||||
@@ -97,7 +97,7 @@ vendor/bin/phpstan analyse ./backend
|
||||
|
||||
## Deployment
|
||||
|
||||
Set the website document root to ```/dist``` directory. This is also known as 'public' folder.
|
||||
Set the website document root to `/dist` directory. This is also known as 'public' folder.
|
||||
|
||||
## Show your support
|
||||
|
||||
|
Reference in New Issue
Block a user