Revision 6102
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
58 | 58 |
|
59 | 59 |
##### Installation |
60 | 60 |
|
61 |
install: _always core mysql inputs/download inputs/install test |
|
61 |
# public must be installed *after* inputs because some views depend on inputs |
|
62 |
install: _always core mysql inputs/download inputs/install schemas/install test |
|
62 | 63 |
@$(done) |
63 | 64 |
|
64 | 65 |
uninstall: _always inputs/uninstall rm_mysql rm_core ; |
... | ... | |
177 | 178 |
|
178 | 179 |
rmPublicSchema := $(call rmSchemaCmd,public) |
179 | 180 |
|
180 |
db: mk_db rm_initial_public inputs/.TNRS/install schemas/install _always ;
|
|
181 |
db: mk_db rm_initial_public _always ; |
|
181 | 182 |
|
182 | 183 |
mk_db: _always |
183 | 184 |
-echo "CREATE USER bien PASSWORD '$(bienPassword)';"|$(psqlAsAdmin) |
Also available in: Unified diff
root Makefile: Installation: Fixed bug where schemas/install needed to happen after inputs/install because some of the public schema's views now depend on inputs