Arun Kulshreshth wrote: > We have a linux network and i want the lyx to be > centrally available so that each user is virtually > using the same lyx. How this can be done ? The epitome > of this exercise is that each time a > layout/style/class has to be added then we have to > update only on central server and each user will be > able to access it. We already have a nfs server.
It is easy, but you need to install from source. Run configure with --prefix=/mount/server/lyx, where /mount/server is the mountpoint of the nfs server. LyX will then install in /mount/server/lyx. Then you need to make sure that either /mount/server/lyx/bin is in the path, or create symlinks for the programs contained in that directory that sit in the path. Georg