Skip to content

Commit 0741f2a

Browse files
committed
Merge pull request #93 from FoxUSA/master
Pull to working
2 parents 0da1953 + e621465 commit 0741f2a

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

Doc/Install.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# How to install
1+
# How To Install
22
[Download most resent release from here.][Download]
33

4+
# Using Docker(Full Stack)
5+
Make sure docker in running in daemon mode with restart previously running containers on
6+
`docker -d -r` or you could louse your notes if you do not know what your doing
7+
8+
Pull the current docker image
9+
`docker pull foxusa/opennote`
10+
11+
and run it on port 80
12+
`sudo docker run -d -p 80:80 -p 443:443 opennote`
13+
14+
or if port 80 is in use
15+
`sudo docker run -d -p 8080:80 -p 8443:443 opennote`
416

517
# Automatic(Wizard Based Install)
618
To run the installer open

Doc/Upgrade.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# How to upgrade
2-
###MySQL
2+
3+
##Upgrading from 14.07(Locomotive) to 14.07.01(Steam Locomotive).
4+
All you need to do is merge your existing deployment with the release folder while keeping your config files (`openNote\openNote.config.js` and `\Service\Config.php`).
5+
6+
###MySQL(Recomended)
37
- Make sure you make a copy of you database and the OpenNote directory
48
- Run `Service/model/sql/updateScript/` scripts to roll the database up to current specs.
59
- You will copy need to copy the upload directory contents into the new upload direcory in `Service/upload`.
610
- You will also need to put int you database information in the new config `Service/Config.php`
711

812
###SQLite
9-
Same as the MySQL. You may need to slightly modify the sql upload script to be compatible with sqlite.
13+
Same as the MySQL. You may need to slightly modify the sql upload script to be compatible with SQLite. I have included as much as I can in scripts with the postfix of .sqlite.sql. SQLite does not fully support the ALTER statement.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Please support this project by:
1515

1616
Thank you!
1717

18-
[Download most resent release from here.][Download]
18+
[Download using Docker][Docker]
19+
20+
[or download manually from here.][Download]
1921

2022

2123
Demo
@@ -102,4 +104,4 @@ Credits
102104
[Bitcoins]: http://blockchain.info/address/15Q2jhnTvxDQm4LvTku68vTzU8j8dcLnLB
103105
[Alternative]: http://alternativeto.net/software/opennote/
104106
[Download]: https://github.com/FoxUSA/OpenNote/releases
105-
107+
[Docker]: https://registry.hub.docker.com/u/foxusa/opennote/

0 commit comments

Comments
 (0)