[
https://issues.apache.org/jira/browse/MNEMONIC-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633644#comment-16633644
]
Wang, Gang commented on MNEMONIC-507:
-------------------------------------
The working script to deploy the pmdk
Note: not including the installation of system dependencies.
{code:java}
// deploy ndctl, it is the major dependency of pmdk
git clone https://github.com/pmem/ndctl.git
cd ndctl
git checkout ndctl-60.y
./autogen.sh
./configure CFLAGS='-g -O0' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
make
make check
sudo make install
// deploy pmdk
git clone https://github.com/pmem/pmdk.git
cd pmdk
git checkout stable-1.4
make
cp src/test/testconfig.sh.example src/test/testconfig.sh
make check
sudo make install
{code}
> Provisioning the PMDK
> ---------------------
>
> Key: MNEMONIC-507
> URL: https://issues.apache.org/jira/browse/MNEMONIC-507
> Project: Mnemonic
> Issue Type: Sub-task
> Components: Memory-Service
> Affects Versions: 0.13.0
> Reporter: Wang, Gang
> Assignee: Wang, Gang
> Priority: Major
>
> I found there are some issues in my deployment of PMDK, so need to create a
> Jira task on this work item to allocate non-trivial resource to resolve those
> external issues.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)