Revision 14902
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
6 | 6 |
cd bien/ |
7 | 7 |
Install: |
8 | 8 |
**WARNING**: This will delete the public schema of your VegBIEN DB! |
9 |
make install |
|
9 |
# to install a complete DB with all the datasources: |
|
10 |
$ make install all=1 |
|
11 |
# or, to install a blank DB: |
|
12 |
$ make install |
|
10 | 13 |
# at "reload PATH" (if displayed), do what it says |
11 | 14 |
# at "Are you sure you want to continue connecting", type "yes" and |
12 | 15 |
press Enter |
Also available in: Unified diff
/README.TXT: Installation: `make install`: added alternative command to install a complete DB with all the datasources (instead of a blank DB)