- by Marius Tolzmann marius.tolzmann@molgen.mpg.de 2013-2015
- and Donald Buczek buczek@molgen.mpg.de 2015-2016
https://github.molgen.mpg.de/mariux64/mxq
make install
or to specify a prefix:
make PREFIX=... [DESTDIR=...] install
bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --execute
bee update mxq
or to specify a prefix
bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --prefix=... --execute
bee update mxq
Definitions of the tables for the MySQL database can be found in mysql/create_tables.sql and mysql/create_trigger.sql Be sure to create those once and check the same directory for alter_tables*.sql` files when upgrading.
mysql [options] [database] <mysql/create_tables.sql
mysql [options] [database] <mysql/create_trigger.sql
The devel
target in the Makefile will enable all devolopment features
by defining MXQ_DEVELOPMENT
when compiling C sources.
make clean
make devel PREFIX=/path/to/test
make install PREFIX=/path/to/test
Some new features and improvements are enabled in development builds. Those features may not be tested for every situation yet and may result in database corruption and/or failing jobs.
In devolopment builds --no-log
is default (enable logging with --log
)
Devolopment builds default to use [mxqdevel]
groups from mysql config files
for servers and clients (instead of the default [mxqclient]
and [mxqd]
groups)