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 6 Next »

Создать таблицы в базе.

mysql -D abills < /usr/abills/db/Storage.sql

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

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

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

@MODULES = (
          ... 
          'Storage'
          );


Копируем файл Storage.pm

cp Storage.pm /usr/abills/Abills/mysql/
  • No labels