mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added an hint about converting bbcode to installation guide.
This commit is contained in:
parent
5c19a784ce
commit
056a2526fe
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
[](https://scrutinizer-ci.com/g/Part-DB/Part-DB-symfony/?branch=master)
|
[](https://scrutinizer-ci.com/g/Part-DB/Part-DB-symfony/?branch=master)
|
||||||
[](https://travis-ci.org/Part-DB/Part-DB-symfony)
|
[](https://travis-ci.org/Part-DB/Part-DB-symfony)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
# Part-DB
|
# Part-DB
|
||||||
Part-DB is an Open-Source inventory managment system for your electronic components.
|
Part-DB is an Open-Source inventory managment system for your electronic components.
|
||||||
|
@ -42,6 +44,8 @@ for additional informations.
|
||||||
5. Install client side dependencies and build it: `yarn install` and `yarn build`
|
5. Install client side dependencies and build it: `yarn install` and `yarn build`
|
||||||
6. Optional (speeds up first load): Warmup cache: `php bin/console cache:warmup`
|
6. Optional (speeds up first load): Warmup cache: `php bin/console cache:warmup`
|
||||||
7. Upgrade database to new scheme (or create it, when it was empty): `php bin/console doctrine:migrations:migrate` and follow the instructions given. **Caution**: This steps tamper with your database and could potentially destroy it. So make sure to make a backup of your database.
|
7. Upgrade database to new scheme (or create it, when it was empty): `php bin/console doctrine:migrations:migrate` and follow the instructions given. **Caution**: This steps tamper with your database and could potentially destroy it. So make sure to make a backup of your database.
|
||||||
|
8. (If you update from an older Part-DB Version (< 1.0) run `php bin/console app:convert-bbcode` to convert the BBCode
|
||||||
|
used in comments and part description to the newly used markdown.)
|
||||||
|
|
||||||
When you want to upgrade to a newer version, then just copy the new files into the folder
|
When you want to upgrade to a newer version, then just copy the new files into the folder
|
||||||
and repeat the steps 4. to 7.
|
and repeat the steps 4. to 7.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue