Hey all,
I've just updated the "build.sh" and "preview.sh" scripts in the template repo [1] so they don't require root access, anymore.
build.sh now uses Podman exclusively, and preview.sh uses python3 http.server available on Fedora Workstation by default. I've updated the instructions in README.md. Everything should work for you as before, if not, you might need to install podman using: $ sudo dnf install podman
Cheers! Adam
[1] https://pagure.io/fedora-docs/template
Awesome!!!!
Great work!! Thanks!!!
Eduard Lucena
El vie., 16 de nov. de 2018 17:59, Adam Samalik asamalik@redhat.com escribió:
Hey all,
I've just updated the "build.sh" and "preview.sh" scripts in the template repo [1] so they don't require root access, anymore.
build.sh now uses Podman exclusively, and preview.sh uses python3 http.server available on Fedora Workstation by default. I've updated the instructions in README.md. Everything should work for you as before, if not, you might need to install podman using: $ sudo dnf install podman
Cheers! Adam
[1] https://pagure.io/fedora-docs/template
--
Adam Šamalík
Software Engineer Red Hat _______________________________________________ docs mailing list -- docs@lists.fedoraproject.org To unsubscribe send an email to docs-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org
Super, I really wanted this one. Thanks Adam. :-)
On 11/16/18 6:19 PM, Eduard Lucena wrote:
Awesome!!!!
Great work!! Thanks!!!
Eduard Lucena
El vie., 16 de nov. de 2018 17:59, Adam Samalik <asamalik@redhat.com mailto:asamalik@redhat.com> escribió:
Hey all, I've just updated the "build.sh" and "preview.sh" scripts in the template repo [1] so they don't require root access, anymore. build.sh now uses Podman exclusively, and preview.sh uses python3 http.server available on Fedora Workstation by default. I've updated the instructions in README.md. Everything should work for you as before, if not, you might need to install podman using: $ sudo dnf install podman Cheers! Adam [1] https://pagure.io/fedora-docs/template -- Adam Šamalík --------------------------- Software Engineer Red Hat _______________________________________________ docs mailing list -- docs@lists.fedoraproject.org <mailto:docs@lists.fedoraproject.org> To unsubscribe send an email to docs-leave@lists.fedoraproject.org <mailto:docs-leave@lists.fedoraproject.org> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org
docs mailing list -- docs@lists.fedoraproject.org To unsubscribe send an email to docs-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org
Awesome, thanks Adam.
I'm running into an error: "error creating libpod runtime: exit status 1" - only happens when I try to run the scripts without root, it works fine with sudo. Does anyone else have the same problem? Googling didn't help me much. I'm still on F28 so I'm hoping a system upgrade will fix it.
Petr
On 11/16/18 9:08 PM, Adam Samalik wrote:
Hey all,
I've just updated the "build.sh" and "preview.sh" scripts in the template repo [1] so they don't require root access, anymore.
build.sh now uses Podman exclusively, and preview.sh uses python3 http.server available on Fedora Workstation by default. I've updated the instructions in README.md. Everything should work for you as before, if not, you might need to install podman using: $ sudo dnf install podman
Cheers! Adam
[1] https://pagure.io/fedora-docs/template
--
Adam Šamalík
Software Engineer Red Hat
docs mailing list -- docs@lists.fedoraproject.org To unsubscribe send an email to docs-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org
Hi
thanks, great work.
I'm on 28 and the preview.sh was giving me this port error:
usage: server.py [-h] [--cgi] [--bind ADDRESS] [port] server.py: error: argument port: invalid int value: './public'
I had to change it to:
cd ./public && python3 -m http.server 8080
on the last line and that fixed it!
regards Gleb
docs@lists.stg.fedoraproject.org