You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
WWW | 7 years ago | |
cron | 4 years ago | |
sql | 3 years ago | |
templates | 7 years ago | |
.gitignore | 9 years ago | |
README.install | 6 years ago | |
Run.pm | 9 years ago | |
SandboxesStats.pm | 9 years ago | |
config.yaml.orig | 9 years ago | |
sandbox.pl | 8 years ago |
README.install
# retrieve sandbox system from contrib repository
git clone git://git.koha-community.org/contrib/global.git /home/koha/contrib
# go to koha and update it
cd /home/koha/src;git fetch;git checkout master;git rebase origin/master
# link files from contrib repo to koha:
mkdir -p sandbox/templates
mkdir -p sandbox/sql
mkdir -p sandbox/cron
ln -s /home/koha/contrib/sandbox/sandbox.pl sandbox.pl
cd /home/koha/src/sandbox/templates
ln -s /home/koha/contrib/sandbox/templates/sandbox.tt sandbox.tt
cd /home/koha/src/sandbox/sql
ln -s /home/koha/contrib/sandbox/sql/sandbox1.sql.gz sandbox1.sql.gz
ln -s /home/koha/contrib/sandbox/sql/sandbox2.sql.gz sandbox2.sql.gz
cd /home/koha/src/sandbox/cron
ln -s /home/koha/contrib/sandbox/cron/sandbox.cron sandbox.cron
ln -s /home/koha/contrib/sandbox/cron/sandbox_signoff.cron sandbox_signoff.cron
# edit your .gitignore file
vim /home/koha/src/.gitignore
.gitignore
sandbox
koha-tmpl/intranet-tmpl/prog/fr-FR/*
koha-tmpl/opac-tmpl/prog/fr-FR/*
# (the sandbox directory should be in