Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add snap container get it |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cacd13ab9eaa075a9bda39ad2c42adf6 |
User & Date: | bernd 2020-02-24 22:59:40.119 |
Context
2020-02-24
| ||
23:04 | Add explanation for uselessness of the current config check-in: 2af254574f user: bernd tags: trunk | |
22:59 | Add snap container get it check-in: cacd13ab9e user: bernd tags: trunk | |
21:42 | Change rules check-in: 720e3a7fd8 user: bernd tags: trunk | |
Changes
Changes to wiki/get-it.md.
︙ | ︙ | |||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 | optionally copy *other* existing net2o files into this directory keeping the directory structure intact. Create an alias to run the docker: alias n2o="docker run -ti --rm -v ~/net2o.dk:/net2o --user $(id -u):$(id -g) forthy42/net2o" Get it for Android ------------------ You need: An Android phone with at least Android 4.0, and Gforth, either from the app store, or from [net2o.de/android](https://net2o.de/android/Gforth.apk). This installs Gforth with the Gforth icons, and a ready-to-run net2o | > > > > > > > > > > > > > > > > > > > > | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | optionally copy *other* existing net2o files into this directory keeping the directory structure intact. Create an alias to run the docker: alias n2o="docker run -ti --rm -v ~/net2o.dk:/net2o --user $(id -u):$(id -g) forthy42/net2o" Get it in a Snap Container -------------------------- I created a snap container. You need to get snap for your Linux distribution (in Ubuntu, it's already there). <iframe src="https://snapcraft.io/net2o/embedded?button=black" frameborder="0" width="100%" height="300px" style="border: 1px solid #CCC; border-radius: 2px;"></iframe> or the CLI way: sudo snap install net2o And then set an alias alias n2o=/snap/bin/net2o.n2o Your data is inside the container. Get it for Android ------------------ You need: An Android phone with at least Android 4.0, and Gforth, either from the app store, or from [net2o.de/android](https://net2o.de/android/Gforth.apk). This installs Gforth with the Gforth icons, and a ready-to-run net2o |
︙ | ︙ |