Closed lpatmo closed 4 years ago
Does this get resolved by #41?
@billglover Just talked to @lpatmo and will confirm setup for Fedora 30 over at #41. Thanks for your work on this!
So who will be testing this on Windows? 😅 I always feel bad that Windows users tend to get the short end of the stick.
This tutorial might be helpful to any Windows 10 Home user that wants to test this: https://medium.com/@mbyfieldcameron/docker-on-windows-10-home-edition-c186c538dff3
Interesting Docker Community Forums comment: https://forums.docker.com/t/installing-docker-on-windows-10-home/11722/48
Post the installation realized the easier thing would have been create a bootable Ubnuntu on a thumb drive enable dual booting from bios install docker on Ubuntu this is more clean and easy to do i think, please let me know your views.
So who will be testing this on Windows?
Good question! @nuageklow If I remember correctly, you are on Windows? If so, any chance you can test https://github.com/codebuddies/django-concept/pull/44 by forking Bill's repo and running docker-compose up
?
I've run into some forking challenges, likely with the way GitHub manages them, and would like to consider making this it's own feature branch or sub-feature branch of dev setup: #51
Per 'acceptance criteria':
[ ] specify the distro(s), mostly because we only want to confirm for the ones we've used to make this setup work.
[ ] Confirm any libraries or other utilities required, such as Docker.
[ ] How to new contributions/preferences. #3
Hey @bengineerdavis, I am on Ubuntu 18.04 and can confirm that the project works out of the box with @billglover Docker additions
With #44 merged and confirmed working on Ubuntu 18.04 I'm marking this as closed. The instructions assume you have docker installed, but have been tested on Windows 10 Pro, Linux, and Mac OS.
Thank you Sebbel!
On Thu, Jan 30, 2020, 2:23 PM sebbel notifications@github.com wrote:
Hey @bengineerdavis https://github.com/bengineerdavis, I am on Ubuntu 18.04 and can confirm that the project works out of the box with @billglover https://github.com/billglover Docker additions
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/codebuddies/django-concept/issues/40?email_source=notifications&email_token=AMQU4TSN2GLR5RI3UONNGS3RAMSL7A5CNFSM4KGQWT72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKMGQTY#issuecomment-580413519, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQU4TQ56R6PMZWTVBYYBGTRAMSL7ANCNFSM4KGQWT7Q .
Context
In a hangout last week, @bengineerdavis and I discussed documenting some Linux-specific setup instructions for this project, assuming setting up postgres in a docker container is doable.
Acceptance Criteria