Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »


Подключить модуль в файле /usr/abills/libexec/config.pl

Редактирование файла config.pl
vim /usr/abills/libexec/config.pl

Прописываем модуль в список всех модулей

@MODULES = (
          ... 
          'Storage'
          );
Создать таблицы в базе
mysql -D abills < /usr/abills/db/Storage.sql


Копируем файл Storage.pm
cp Storage.pm /usr/abills/Abills/mysql/
  • No labels