summaryrefslogtreecommitdiffstats
path: root/ceph-menv/INSTALL
blob: 8a9d85b1ea89383eb785be145f7bcc5baf7b952f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ceph-menv

Installation

1. Build links

# assuming ceph build directory is at $HOME/ceph/build
$ cd ceph-menv
$ ./build_links.sh

A different ceph repository can be passed as the first argument to build_links.sh.

2. Configure shell environment

To your shell startup script (such as $HOME/.bashrc) add the following:

source ~/ceph-menv/.menvrc

(modify line appropriately if ceph-menv was installed at a different location)