Skip to content

Commit

Permalink
完善readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WangNingkai committed Jul 10, 2020
1 parent 7bccd57 commit 34ba274
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,26 @@ A simple, full-featured OneDrive directory index web app, Built on top of the La

## Preview

![预览](https://ojpoc641y.qnssl.com/FpR4_obUhswLJXCEBgKOV4Pz7qg3.png)
![Preview](https://ojpoc641y.qnssl.com/FpR4_obUhswLJXCEBgKOV4Pz7qg3.png)

## Installation

> This project is base of the Laravel framework,Please refer to the relevant documentation.
[Documentation](https://wangningkai.github.io/OLAINDEX)

## Update


```bash
git pull
composer install # Install dependency
cd web-project
git clone https://github.com/WangNingkai/OLAINDEX.git tmp
mv tmp/.git .
rm -rf tmp
git reset --hard
composer install -vvv # Install Dependencies
chmod -R 777 storage # Important!!!Ensure that the cache directory has read and write permissions
chown -R www:www * # this 'www' refer to the serve user group
composer run install-app # installation app

chmod -R 755 storage # Important!!!Ensure that the cache directory has read and write permissions
chown -R www:www *
```


Expand Down

0 comments on commit 34ba274

Please sign in to comment.