기본 콘텐츠로 건너뛰기

8월, 2015의 게시물 표시

webpack json cheerio

When webpack the cheerio library, there is an error with index.js requiring package.json. To solve this problem,     1. use json loader              { test: /\.json$/, loader: "json-loader" }     2. set resolve with json file         extensions: ['', '.js', '.json'] https://github.com/webpack/webpack/issues/184

Youtube Video for Sending Photos between Androids using Whoopee in Korean

get whoopee at here

Permission denied error when setting nginx and uwsgi in CentOS 6.6

    Environment:         CentOS 6.6, nginx/1.8.0, uwsgi 2.0.11.1     When setting nginx and uwsgi with django, it is easy to install them, but hard to work together.   This  and this are one of the good references. For Korean, this is  http://knot.tistory.com/97     There could be an error "Permission denied" in /var/log/nginx/error.log. It would be related to SELinux. Refer the following link for solving it.    https://www.nginx.com/blog/nginx-se-linux-changes-upgrading-rhel-6-6/   To use audit2why,       yum install policycoreutils-python