2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-23 23:28:27 +00:00

99 Commits

Author SHA1 Message Date
Chinmay D. Pai
b2f1bdcc27
chore: clean up and update readme
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-03-02 10:59:25 +05:30
Suraj Shetty
7ddcae41c5
fix(Readme): Typo 2020-01-23 13:21:47 +05:30
chabad360
acee24b577 refactor: dockerfile
* testing replacement for dbench

* fixed perm issue and added docker control

* fixes and tests

fixed travis test, and perm issue

* auto add permissions

* bench setup anything-else should work now

* removed adding site names to host (its pointless)

* moved redis configuration folder into conf/

* added a docker down feature to dbench and changed some of the docs

* hopefully should fix the args issue

* Condensed Dockerfile

Updated to latest node, and uses python-pip, also condensed a lot the Dockerfile.

* Removed extra line

* Removed MAINTAINER in favor of LABEL

* all installs are in one apt command

* 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

* dockerfile: clean up (#52)

* Condensed Dockerfile

Updated to latest node, and uses python-pip, also condensed a lot the Dockerfile.

* fixed travis, and cleaned up dbench a little

* Oops...

* oops, but only for travis, this runs fine

* Travis!

* added help to dbench, and updated readme

* changes some of the wording of the help message

* 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>

* bench setup anything-else should work now

* 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>

* removed adding site names to host (its pointless)

* moved redis configuration folder into conf/

* added a docker down feature to dbench and changed some of the docs

* Changed the readme significantly

 Please enter the commit message for your changes. Lines starting

* changed test.py to avoid naming errors

* moving some things around for less lines

* some more slight name changes

* added a .gitignore

* added the frappe folder again

* added a .dockerignore and fixed the dockerfile up a bit

* Updating travis' docker and compose

 This is the commit message #3:

* bringing chown in dbench back

* some refractoring

* implementing codacy sugestions

* moving some things around

* Updating dbench in some areas

* some random changes and fixes

* dockerfile refactoring

* Refractoring, reducing layers

* removing the py script that took too many lines to do one simple thing

* Fixed up the readme

* some refractoring

* moving to debian slim and refractoring

* adding some logging

* Updated travis to ubuntu xenial, should fix the curl issue

* manually building curl, cause we cant use  the latest version...

* maybe we dont need it

* changing the url to curl

* trying this instead

* lets just let it pollute the stream

* please pollute!

* some last bits of refractoring

* some refractoring

* fixed a few issues and did some refractoring

* needed an excuse to get travis to build

* adding in some changes learnt from seibert-media/erpnext-docker

* that should fix that

* where did that "h" come from?

* fix that...

* maybe that

* please work...

* try that for locales

* dont know what that's doing there

* so it didn't work...

* lets try doing locales like this

* forgot the -y...

* trying it this way

* and if we dont remove it?

* what about like this?

* small change

* small change

* I wonder...

* some small refractoring

* saving some time

* bring that back

* fix the smallie
2019-11-02 11:17:38 +05:30
Matteo D
4e7dd47d0e Fixed some typos (#65) 2019-06-17 00:12:32 +05:30
chabad360
33ad0c4fe9 refactor(frappe-docker): code cleanup and fixes (#63)
* testing replacement for dbench

* fixed perm issue and added docker control

* fixes and tests

fixed travis test, and perm issue

* auto add permissions

* bench setup anything-else should work now

* removed adding site names to host (its pointless)

* moved redis configuration folder into conf/

* added a docker down feature to dbench and changed some of the docs

* hopefully should fix the args issue

* Condensed Dockerfile

Updated to latest node, and uses python-pip, also condensed a lot the Dockerfile.

* Removed extra line

* Removed MAINTAINER in favor of LABEL

* all installs are in one apt command

* 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

* dockerfile: clean up (#52)

* Condensed Dockerfile

Updated to latest node, and uses python-pip, also condensed a lot the Dockerfile.

* fixed travis, and cleaned up dbench a little

* Oops...

* oops, but only for travis, this runs fine

* Travis!

* added help to dbench, and updated readme

* changes some of the wording of the help message

* 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>

* bench setup anything-else should work now

* 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>

* removed adding site names to host (its pointless)

* moved redis configuration folder into conf/

* added a docker down feature to dbench and changed some of the docs

* Changed the readme significantly

 Please enter the commit message for your changes. Lines starting

* changed test.py to avoid naming errors

* moving some things around for less lines

* some more slight name changes

* added a .gitignore

* added the frappe folder again

* added a .dockerignore and fixed the dockerfile up a bit

* Updating travis' docker and compose

 This is the commit message #3:

* bringing chown in dbench back

* some refractoring

* implementing codacy sugestions

* moving some things around

* Updating dbench in some areas

* some random changes and fixes

* dockerfile refactoring

* Refractoring, reducing layers

* removing the py script that took too many lines to do one simple thing

* Fixed up the readme

* some refractoring

* moving to debian slim and refractoring

* adding some logging

* Updated travis to ubuntu xenial, should fix the curl issue

* manually building curl, cause we cant use  the latest version...

* maybe we dont need it

* changing the url to curl

* trying this instead

* lets just let it pollute the stream

* please pollute!
2019-04-06 01:20:30 +05:30
chabad360
2b1334d5a5 improvements to travis and dbench (#53)
This PR adds the `bench` script, which aims for near parity with frappe bench, it makes setting up far easier, because instead of running `./dbench -c "new-site site1.local"` you only white what you would if bench was installed on the local system (i.e. `./bench new-site site1.local`), it also adds other features as well.
2018-10-13 03:05:29 +00:00
reilly3000
720b76f4d2
Updated README.md to clarify initial admin password
it took me a long time to way to login after initially installing. I eventually found out the default by looking into closed issues on github. I just added a line to the readme to make it clear for future users to get up and running faster.
2018-05-04 10:54:30 -07:00
vishalseshagiri
c2e45caba3
Merge pull request #22 from frappe/develop
Updated README.md
2017-11-27 14:10:50 +05:30
vishalseshagiri
e2415aa832
Updated README.md
- added dbench init to the README
- moved usage commands to wiki
2017-11-27 14:09:12 +05:30
vishalseshagiri
a6da129cbd Update README.md 2017-10-09 09:44:06 +05:30
vishalseshagiri
641c4a08ac changed travis badge 2017-10-09 09:38:54 +05:30
vishalseshagiri
f4a52d8746 Update README.md 2017-10-09 09:35:51 +05:30
vishalseshagiri
247f82ae0b Update README.md
Former-commit-id: b5a5fc661896d1a84f393a2ba0ef31ded3ac46fc
2017-10-02 09:48:51 +05:30
vishalseshagiri
d3c3c52a27 Updated Readme
Former-commit-id: 935fbb72cb641d7eb6bef1f92cf43ca5468a58fd
2017-10-02 09:48:51 +05:30
vishalseshagiri
7cf16223ff Update README.md
Former-commit-id: fa8e80fe3ebf43a589ae023609cb6d91e3853eb4
2017-10-02 09:48:51 +05:30
vishalseshagiri
f1d67b2152 Update README.md
Former-commit-id: e9ba15a12a4bb8a1bb670e8f0ef3eaec17a1aa24
2017-10-02 09:48:51 +05:30
vishalseshagiri
f385cde5d9 Update README.md
Former-commit-id: 7fd94ca8bcde46bdefdeddc48b407705c85b610b
2017-10-02 09:48:51 +05:30
vishalseshagiri
ac115c2ff7 added file-watcher-port and socketio-port + Readme changes
Former-commit-id: 34f60750dc8e1ccd14db4e73504fe4b39f1c70fc
2017-10-02 09:48:51 +05:30
vishalseshagiri
30bfe369ec updated README.md
Former-commit-id: 2a3a449863a34efee0393ce336f15f6c28c9ec8b
2017-10-02 09:48:51 +05:30
vishalseshagiri
ebbcb24141 Update README.md
Former-commit-id: 9dbd140a7243e9a4f02db4ef15f6db5fd6a02222
2017-10-02 09:45:46 +05:30
vishalseshagiri
23a2b51a5f Update README.md
Former-commit-id: f4eb01f58de3ebdebe5b72507ee808a4ccd37aa4
2017-07-25 09:32:59 +05:30
vishalseshagiri
757e20272e Update README.md
Former-commit-id: c6df5de79fab359b23d67966771131eb25d42aab
2017-07-25 09:31:01 +05:30
vishalseshagiri
c78cb53952 Update README.md
Former-commit-id: 9569cbe81907e458087f95331d81d7364d62ca95
2017-07-25 09:28:49 +05:30
vishalseshagiri
260ef491de Update README.md
Former-commit-id: 8ec1b109816baace61b9b7df6ff52dbba3411531
2017-07-24 18:35:01 +05:30
vishalseshagiri
cc105c5959 Update README.md
Former-commit-id: ae171c863475b46b5ff2ecd3d46a21fe8deb149f
2017-07-24 18:18:09 +05:30
vishalseshagiri
17671a2fb4 Update README.md
Former-commit-id: 5e3883b46b0680580ddfe9b67c07a3eb70c44fba
2017-07-24 17:59:38 +05:30
vishalseshagiri
56a203d37c Update README.md
Former-commit-id: 70f54a9b666294ee50f7c17f5a90b9523f0d2304
2017-07-24 17:55:58 +05:30
vishalseshagiri
495d744f05 Update README.md
Former-commit-id: c20aa551aba5a895db7f1a4aac8355ec7cc1eaa1
2017-07-24 17:52:30 +05:30
vishalseshagiri
fddd98e127 Update README.md
Former-commit-id: 4bb67b72e47f74f95ecd0046db16ca8215c9b88c
2017-07-24 17:51:38 +05:30
vishalseshagiri
1b0f9c2173 Update README.md
Former-commit-id: 09577041fc62c5f7aff9122ab77cb67e8cc32f7d
2017-07-24 17:41:20 +05:30
vishalseshagiri
97d946a284 Update README.md
Former-commit-id: 65db1ef77b8b36b96ff1cb6a876c0083dd441c95
2017-07-24 17:02:56 +05:30
vishalseshagiri
a1e6d09717 Update README.md
Former-commit-id: 310192614b2bd57cb6f4a5ffad656174679e83f8
2017-07-24 16:52:21 +05:30
vishalseshagiri
501b5b7170 Update README.md
Former-commit-id: 8764181929b83109f3c64ba22144cac9090e2a01
2017-07-24 16:41:51 +05:30
vishalseshagiri
cbc9a09984 Update README.md
Former-commit-id: 16ac6e1a5d88af6e4c758db52728d9924c1601d6
2017-07-24 16:22:03 +05:30
vishalseshagiri
3a825f44d2 Update README.md
Former-commit-id: 11a68f831afb8bb853d23926751ec21b613684f5
2017-07-24 16:17:10 +05:30
vishalseshagiri
0840302a8f Update README.md
Former-commit-id: 52490f5c4b682ee17e4a86c773fa59a28e44f751
2017-07-24 16:11:20 +05:30
vishalseshagiri
e7134dbaa9 Update README.md
Former-commit-id: f0a60fe45aa6834c6e491c3064a83caca0e24e77
2017-07-24 15:42:55 +05:30
vishalseshagiri
2925a4dd44 Update README.md
Former-commit-id: 23310bfb2985025b375c5fd232138a20b70eb7cb
2017-07-24 15:41:59 +05:30
vishalseshagiri
e1cb9383e9 Update README.md
Former-commit-id: 2cd79101ba12494d57d727ea88c3c13d514ee93a
2017-07-24 15:39:04 +05:30
vishalseshagiri
567713101b Update README.md
Former-commit-id: 17d11bb7414a6f8b69a684f62083892e0a341d8f
2017-07-24 15:37:57 +05:30
vishalseshagiri
e06071548a Update README.md
Former-commit-id: dd596df00084415761fb1af6eee8abd598099f62
2017-07-24 15:36:10 +05:30
vishalseshagiri
ce9d577ae8 Update README.md
Former-commit-id: a72eefa3215bf4fbbfed9c58feb3b0a170f5457d
2017-07-24 15:34:28 +05:30
vishalseshagiri
b22cb0040d Update README.md
Former-commit-id: 219cd2b14a74b2250a8651365d1d8e4be1cda29e
2017-07-24 15:30:18 +05:30
vishalseshagiri
7d0c115c61 start-container became build-container, added new start-container and updated README.md
Former-commit-id: 5e84e477ac8f2b44d21024ff7f16ac082ded3904
2017-07-24 15:19:32 +05:30
vishalseshagiri
92fa8c1d42 Port forwarding enabled+start-container.sh+setup.sh
Former-commit-id: e70428e7b32c1eb74a376ab5efe195d2790ffc5c
2017-07-24 08:52:16 +00:00
vishalseshagiri
ef99b8baee Renamed the bash file 2017-07-20 12:51:33 +05:30
vishalseshagiri
5d735e9a7b Readme shenanigans 2017-07-18 09:32:59 +00:00
vishalseshagiri
a7ea489a92 Added a detailed README 2017-07-18 09:26:31 +00:00
vishalseshagiri
ca55fdf12e Initial commit 2017-07-18 14:27:28 +05:30