We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440cd82 commit a105d3fCopy full SHA for a105d3f
Doc/Install.md
@@ -1,6 +1,15 @@
1
-# How to install
+# How To Install
2
[Download most resent release from here.][Download]
3
4
+# Using Docker
5
+Pull the current docker image
6
+`docker pull foxusa/opennote`
7
+
8
+and run it on port 80
9
+`sudo docker run -d -p 80:80 -p 443:443 opennote`
10
11
+or if port 80 is in use
12
+`sudo docker run -d -p 8080:80 -p 8443:443 opennote`
13
14
# Automatic(Wizard Based Install)
15
To run the installer open
0 commit comments