参考URL http://ngi644.net/blog/archives/197
Fedora10 にXMLデータベースSednaをインストールするまでのメモです。
http://modis.ispras.ru/sedna/download.htmlからソースをダウンロード。そして展開。
wget http://www.modis.ispras.ru/FTPContent/sedna/current/sedna3.1.126-src-linux.tar.gz
tar zxf sedna-3.1.126-src-linux.tar.gz
SEDNA_INSTALLという環境変数を設定。
SEDNA_INSTLL=/usr/local
export SEDNA_INSTLL
make && make install
Sednaをスタート
/usr/local/sedna/bin/se_gov
GOVERNOR has been started in the background mode
Sednaをシャットダウン
/usr/local/sedna/bin/se_stop
SEDNA server has been shut down successfully
データベースを作成
/usr/local/sedna/bin/se_cdb testdb
Creating a data base (it can take a few minutes)…
The database ‘testdb’ has been created successfully
上で作成したtestdbデータベースをスタート
/usr/local/sedna/bin/se_sm testdb
Starting database recovery or hot-backup restoration…
Database is in consistent state. Starting…
SM has been started in the background mode
0 comments ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment