Commit graph

175 commits

Author SHA1 Message Date
Mendel Greenberg
b26da28087
lets just let it pollute the stream 2019-03-04 00:22:51 -05:00
Mendel Greenberg
58824ca358
trying this instead 2019-03-04 00:03:18 -05:00
Mendel Greenberg
aa0b93dda9
changing the url to curl 2019-03-03 23:42:45 -05:00
Mendel Greenberg
c18efdcb6c
maybe we dont need it 2019-03-03 23:27:16 -05:00
Mendel Greenberg
0e7a5992ea
manually building curl, cause we cant use the latest version... 2019-03-03 23:06:31 -05:00
Mendel Greenberg
252f191fb3
Updated travis to ubuntu xenial, should fix the curl issue 2019-03-03 22:09:01 -05:00
Mendel Greenberg
a5712263bd
adding some logging 2019-03-03 21:15:41 -05:00
Mendel Greenberg
05ebf9a3a4
moving to debian slim and refractoring 2019-03-03 20:57:18 -05:00
Mendel Greenberg
9b09b5a532
some refractoring 2019-03-02 22:38:35 -05:00
Mendel Greenberg
7271a5db3c
Fixed up the readme 2019-03-02 22:15:58 -05:00
Mendel Greenberg
16e766fedd
removing the py script that took too many lines to do one simple thing 2019-03-02 22:01:00 -05:00
Mendel Greenberg
1be128b1f7
Refractoring, reducing layers 2019-03-01 16:42:26 -05:00
chabad360
6609a8f200
Merge pull request #5 from chabad360/develop
Adds random fixes and improvements from Develop
2019-02-26 00:34:01 -05:00
Mendel Greenberg
545dbaf885
dockerfile refactoring 2019-02-26 00:22:27 -05:00
chabad360
eab03fffd0
Fix merge confilcts 2019-02-26 00:00:50 -05:00
Mendel Greenberg
e13b7121af
some random changes and fixes 2019-02-25 23:42:50 -05:00
Mendel Greenberg
dd8da9a869
Updating dbench in some areas 2019-02-25 23:37:37 -05:00
Mendel Greenberg
98bdef5669
moving some things around 2019-02-25 23:37:35 -05:00
Mendel Greenberg
8493739787
implementing codacy sugestions 2019-02-25 23:37:16 -05:00
Mendel Greenberg
33b8dfea70
some refractoring 2019-02-25 23:36:48 -05:00
chabad360
ea8fa56654
bringing chown in dbench back 2019-02-25 23:36:23 -05:00
chabad360
b68380c520
Updating travis' docker and compose
This is the commit message #3:
2019-02-25 23:36:23 -05:00
Mendel Greenberg
cf3c4dc173
added a .dockerignore and fixed the dockerfile up a bit 2019-02-25 23:36:23 -05:00
Mendel Greenberg
a7f564e222
added the frappe folder again 2019-02-25 23:36:23 -05:00
Mendel Greenberg
a191f74c14
added a .gitignore 2019-02-25 23:36:23 -05:00
Mendel Greenberg
7da37607d4
some more slight name changes 2019-02-25 23:36:22 -05:00
Mendel Greenberg
1ae03914ab
moving some things around for less lines 2019-02-25 23:36:22 -05:00
Mendel Greenberg
8a4e2d02d4
changed test.py to avoid naming errors 2019-02-25 23:36:22 -05:00
Mendel Greenberg
26eb48b087
Changed the readme significantly
Please enter the commit message for your changes. Lines starting
2019-02-25 23:36:22 -05:00
Mendel Greenberg
802686518c
added a docker down feature to dbench and changed some of the docs 2019-02-25 23:36:22 -05:00
Mendel Greenberg
a8d4fe1bb9
moved redis configuration folder into conf/ 2019-02-25 23:36:22 -05:00
Mendel Greenberg
293229e463
removed adding site names to host (its pointless) 2019-02-25 23:36:21 -05:00
William Moreno
a2e942496e
Clean cache to get a smaller image (#57)
Please include this commit to decrease the size of the docker image, the "rm -rf /var/lib/apt/lists/*" it is not usefull if it is not used in the same stage of the apt-get install RUN, similar with pip cache.

References:
 - https://linux.die.net/man/8/apt-get
 - https://stackoverflow.com/questions/9510474/removing-pips-cache
 - https://semaphoreci.com/blog/2016/12/13/lightweight-docker-images-in-5-steps.html

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file;

(b) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
2019-02-25 23:36:21 -05:00
chabad360
cc277c00cd
bench setup anything-else should work now 2019-02-25 23:36:21 -05:00
Chinmay Pai
9f34d06a4b
dbench: fix init issues (#55)
./dbench init would lead to 'missing argument: PATH' issue (#54), and could not find Procfile_docker and site-config.

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2019-02-25 23:36:21 -05:00
chabad360
36ea7c5d70
changes some of the wording of the help message 2019-02-25 23:36:21 -05:00
chabad360
ac6756c30a
added help to dbench, and updated readme 2019-02-25 23:36:20 -05:00
chabad360
0618f89c5c
Travis! 2019-02-25 23:36:20 -05:00
chabad360
9424efb63e
oops, but only for travis, this runs fine 2019-02-25 23:36:20 -05:00
chabad360
d101c6447b
Oops... 2019-02-25 23:36:18 -05:00
chabad360
f7f108f8f8
fixed travis, and cleaned up dbench a little 2019-02-25 23:36:02 -05:00
chabad360
05fda94220
dockerfile: clean up (#52)
* Condensed Dockerfile

Updated to latest node, and uses python-pip, also condensed a lot the Dockerfile.
2019-02-25 23:35:51 -05:00
chabad360
aeb741a4a3
Switch bench to dbench, added -s feature of dbench to bench. updated
Docker file with sudo and vim, and setup travis to run with said changes
2019-02-25 23:35:11 -05:00
chabad360
ed7ba75cd0
all installs are in one apt command 2019-02-25 23:35:11 -05:00
chabad360
35ca60899c
Removed MAINTAINER in favor of LABEL 2019-02-25 23:35:11 -05:00
chabad360
b04151ec00
Removed extra line 2019-02-25 23:35:11 -05:00
chabad360
7cc8bc0820
Condensed Dockerfile
Updated to latest node, and uses python-pip, also condensed a lot the Dockerfile.
2019-02-25 23:35:10 -05:00
chabad360
309f6810b4
hopefully should fix the args issue 2019-02-25 23:34:59 -05:00
Mendel Greenberg
da76847b93
added a docker down feature to dbench and changed some of the docs 2019-01-18 16:07:18 -05:00
Mendel Greenberg
574349d16c
moved redis configuration folder into conf/ 2019-01-18 16:04:35 -05:00