Skip to content

Commit

Permalink
Merge pull request nilsteampassnet#3822 from Pietro395/master
Browse files Browse the repository at this point in the history
Added step to upgrade.md
  • Loading branch information
nilsteampassnet authored Aug 16, 2023
2 parents 7c4a225 + 913a9bd commit 8ac244f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/install/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ git pull
./includes/config/settings.php
./includes/config/tp.config.php
./includes/libraries/csrfp/libs/csrfp.config.php
./includes/teampass-seckey.txt
./includes/avatars/*
./files/*
./upload/*
```
* Ensure that folders and files have correct rights. Next elements need to be writable:
```
```
./includes/config/
./includes/libraries/csrfp/libs/
./includes/libraries/csrfp/js/
Expand All @@ -65,5 +66,7 @@ git pull
./files/
./upload/
./install/
```
* Browse to `Teampass`
```
* In file `/includes/config/settings.php` change the value in `define("DB_ENCODING", "")` to `"utf8"`
* In file `/includes/config/settings.php` add `define('SECUREFILE', 'teampass-seckey.txt');`
* Browse to `Teampass`

0 comments on commit 8ac244f

Please sign in to comment.