Skip to content

mchf/yast-nfs-server

 
 

Repository files navigation

YaST NFS Server Module

The YaST NFS Server module manages configuration of an NFS server. It's a part of YaST — installation and configuration tool for openSUSE and SUSE Linux Enterprise (SLE).

YaST NFS Server Module screenshot

Features

  • NFSv3
  • NFSv4

Installation

To install the latest stable version on openSUSE or SLE, use zypper:

$ sudo zypper install yast2-nfs-server

Running

To run the module, use the following command:

$ sudo /usr/sbin/yast2 nfs-server

This will run the module in text mode. For more options, including running in your desktop environment, see section on running YaST in the YaST documentation.

Documentation

User-level documentation for this module is available in the openSUSE Reference documentation. See also general YaST documentation.

Developer documentation specific for this module is in the doc directory.

Development

This module is developed as part of YaST. See YaST development documentation for information about YaST architecture, development environment and other development-related topics.

To get the source code, clone the GitHub repository:

$ git clone https://github.com/yast/yast-nfs-server.git

Alternatively, you can fork the repository and clone your fork. This is most useful if you plan to contribute into the project.

Before doing anything useful with the code, you need to setup a development environment. Fortunately, this is quite simple:

$ sudo zypper install yast2-devtools

To run the module from the source code, use the run Rake task:

$ rake run

To run the testsuite, use the test Rake task:

$ rake test

For a complete list of tasks, run rake -T.

Before submitting any change please read our contribution guidelines.

If you have any question, feel free to ask at the development mailing list or at the #yast IRC channel on freenode. We'll do our best to provide a timely and accurate answer.

Packages

No packages published

Languages

  • Ruby 93.5%
  • Perl 5.4%
  • Shell 1.1%