Skip to content
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

Hosts file editing #68

Closed
krystian-panek-wttech opened this issue Feb 15, 2023 · 2 comments · Fixed by #110
Closed

Hosts file editing #68

krystian-panek-wttech opened this issue Feb 15, 2023 · 2 comments · Fixed by #110
Assignees
Labels
good first issue Good for newcomers new feature Completely a new feature (not existing before)

Comments

@krystian-panek-wttech
Copy link
Contributor

prepare an example script that may help with appending to hosts file host names needed to be set up to access dispatcher/httpd vhosts

project/script/hosts.sh

assumptions

  • should work on Mac, Linux and Windows
  • could request admin privileges on Mac and Windows automatically; on Linux should be run with sudo
@krystian-panek-wttech krystian-panek-wttech added the new feature Completely a new feature (not existing before) label Feb 15, 2023
@krystian-panek-wttech
Copy link
Contributor Author

implement it as tasks per os ; use - https://taskfile.dev/usage/#platform-specific-tasks-and-commands

@krystian-panek-wttech krystian-panek-wttech added the good first issue Good for newcomers label Mar 10, 2023
@krystian-panek-wttech
Copy link
Contributor Author

krystian-panek-wttech commented Mar 14, 2023

define hosts to be appended in local.env as these domains could be use in other scripts/tasks as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers new feature Completely a new feature (not existing before)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants