mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Revert "Add a few instructions to the readme on how to get grocy running locally"
This reverts commit 6ffad1d3c7.
This commit is contained in:
parent
4e17f67c01
commit
76765f9ebc
18
README.md
18
README.md
|
|
@ -40,24 +40,6 @@ Just overwrite everything with the latest release while keeping the `data` direc
|
||||||
|
|
||||||
If you run grocy on Linux, there is also `update.sh` (remember to make the script executable (`chmod +x update.sh`) and ensure that you have `unzip` installed) which does exactly this and additionally creates a backup (`.tgz` archive) of the current installation in `data/backups` (backups older than 60 days will be deleted during the update).
|
If you run grocy on Linux, there is also `update.sh` (remember to make the script executable (`chmod +x update.sh`) and ensure that you have `unzip` installed) which does exactly this and additionally creates a backup (`.tgz` archive) of the current installation in `data/backups` (backups older than 60 days will be deleted during the update).
|
||||||
|
|
||||||
## How to bootstrap a development environment
|
|
||||||
|
|
||||||
Initialize:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ npm install
|
|
||||||
$ composer install
|
|
||||||
$ cp config-dist.php data/config.php
|
|
||||||
```
|
|
||||||
|
|
||||||
Start the webserver:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ cd public/
|
|
||||||
$ ln -sf ../node_modules node_modules
|
|
||||||
$ env GROCY_DATAPATH=$(pwd)/../data php -S localhost:3000
|
|
||||||
```
|
|
||||||
|
|
||||||
## Localization
|
## Localization
|
||||||
grocy is fully localizable - the default language is English (integrated into code), a German localization is always maintained by me.
|
grocy is fully localizable - the default language is English (integrated into code), a German localization is always maintained by me.
|
||||||
You can easily help translating grocy at https://www.transifex.com/grocy/grocy, if your language is incomplete or not available yet.
|
You can easily help translating grocy at https://www.transifex.com/grocy/grocy, if your language is incomplete or not available yet.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user