-
-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-work Checklist: Developer: Kevin Lei #5219
Comments
Hi @klei0229 Please add the appropriate |
Hi @roslynwythe, I went ahead and made the changes. Will proceed to work on the remaining items. Thanks! |
I'm having a blocker while working on 1.6 of this guide: setting up the docker dev enviroment. Context: I am trying to set up my development environment. I am on a Windows machine that runs WSL Ubuntu. Blocker: Running the command Error:
Expected Result: Running My approach so far: Following this post: stackoverflow, it seems like the service does not have the proper permissions and is exiting. I tried to google how to give Jekyll the proper permissions by following the fixes within this post and have also tried to do a fresh install of docker - but neither worked for me. Does anyone have any leads as to what is going on here? Appreciate any help. Thank you! |
@klei0229 excellent job providing context for your blocker! 👏 My understanding is that the Jekyll proccess that is running inside the Docker container is trying to write to the I've run into this situation with other projects and the fix that worked for me was running this command in the root directory of the project
The command changes the ownership of the files and directories for the current working directory and sub-directories. You also may need to I'm curious what the output of the command And here are some GPT4 logs that may help with understanding the situation: |
@MattPereira Thanks for looking into this! Just wanted to update what I've tried today after looking into the things you suggested. Update 1: I think it was odd that there's a permission issue because I was running as a root user on ubuntu. I tried running I wasn't able to capture the output of My approach today: I'm looking into other approaches regarding not having the right permissions still and using chatgpt to generate a definitive guide as to how to install docker on windows with ubuntu. I think as a last resort I would consider create a new Ubuntu WSL distribution. |
Update 2: Fixed this issue! I referenced this stack overflow post to get more information about granting permissions before running I used this command to grant the Jekyll user (UID1000) write access and was able to get a successful output |
Prework Question: How many hours did it take you to finish the pre-work up to and including adding your initial ETA and availability for your good first issue, including attending your first meetings? Answer: The progress I've made for the pre-work so far (27/34 tasks) took approximately 6-8 hours. Majority of the time was setting up/fixing a Docker issue during setup on my local environment. I attended a Tuesday & Thursday Meeting. My development setup is done now and I am on the lookout for a first good issue under the prioritized backlog. |
Prerequisite
We are looking forward to having you on our team. Please make sure to attend the general Hack for LA onboarding to get the process started https://meetup.com/hackforla/events.
Overview
As a new developer on the HfLA website team, fill in the following fields as you complete each onboarding item.
Special Notes
Action Items
website-write
andwebsite
teams on GitHubCheck this box when you have completed this task so that we can identify if you understood the instructions and know what to do on all subsequent issues upon assignment. (Note: Please provide estimates on all the issues that you pick up, going forward.)
Progress through issues in the prioritized backlog only with increasing complexity in the following order:
What should I do if I have a question about an issue I'm working on, and I haven't gotten a response yet?
Resources/Instructions
The text was updated successfully, but these errors were encountered: