Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bezoerb/wsfp

Set ACL folder permissions for webservers
https://github.com/bezoerb/wsfp

Last synced: 14 days ago
JSON representation

Set ACL folder permissions for webservers

Awesome Lists containing this project

README

        

# wsfp [![Build Status](https://travis-ci.org/bezoerb/wsfp.svg?branch=master)](https://travis-ci.org/bezoerb/wsfp)

> Set files & folder ACL permissions for webserver user. Based on symfony [installation guide](http://symfony.com/doc/current/book/installation.html#book-installation-permissions)

## Install

```
$ npm install -g wsfp
```

## Usage

```js
var wsfp = require('wsfp');

wsfp('path/to/cache',function(err){

});
```

## Cli

```shell
~$ wsfp app/cache
```

## API

### wsfp(input, [callback])

#### input

*Required*
Type: `string`

Filepath or Directory path

## License

MIT © [Ben Zörb](http://sommerlaune.com)