repsheet / repsheet-nginx

The nginx module for Repsheet
Apache License 2.0
82 stars 11 forks source link

Adds Dockerfile for building in a standalone CentOS under docker #27

Closed prokopowicz closed 8 years ago

prokopowicz commented 8 years ago

Wither docker installed on your system, you can create a minimal CentOS VM with all the dependencies needed to build and test repsheet-nginx, including librepsheet. Simply run:

cd docker docker build .

This is create a Centos image, load up the dependencies, and compile and test librepsheet and repsheet nginx.

abedra commented 8 years ago

There's some other random merges here that don't belong. Can you please resubmit with a clean PR?

prokopowicz commented 8 years ago

the diff shows only the Dockerfile and the changes to the readme.

Are you referring to these: 4d7c6a8 Merge remote-tracking branch 'upstream/master' 8edbd49 Merge branch 'master' of https://github.com/prokopowicz/repsheet-nginx

That was me making sure my fork was in sync with the official repo. If that is bad practice, I'll re-do it with a new fork.