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

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

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

abills/libexec/config.pl

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

abills/Abills/mysql/
Копируем файл Storage.pm

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