Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Doc/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Pull the current docker image
`docker pull foxusa/opennote`

and run it on port 80
`sudo docker run -d -p 80:80 -p 443:443 opennote`
`sudo docker run -d -p 80:80 -p 443:443 foxusa/opennote`

or if port 80 is in use
`sudo docker run -d -p 8080:80 -p 8443:443 opennote`
`sudo docker run -d -p 8080:80 -p 8443:443 foxusa/opennote`

# Automatic(Wizard Based Install)
To run the installer open
Expand Down Expand Up @@ -46,6 +46,7 @@ These are stored in the following lines of code in `/OpenNote/Config.php`:
- Create a SQLite database file and execute the SQL DDL from `Service/model/sql` and run `notebook.sqlite.sql`.
- Change the database connection settings inside of `Service/Config.php` to match your db settings.
- These are stored in the following lines of code in `/OpenNote/Config.php`:
- Also make sure you have php5-sqlite driver installed and have group write access to SQLite database file, or you cannot register or login and you can't see any useful error messages.

Uncomment the following lines in the dbConfig function:

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
OpenNote [![Build Status](https://travis-ci.org/FoxUSA/OpenNote.png?branch=master)](https://travis-ci.org/FoxUSA/OpenNote)
=============
![][responsive]
In a post 9/11 world of mass digital survailence, there is only one way to keep your digital information safe.
In the United States, you do not have have 5th amendment rights if you entrust you information to a third party.

The fix is to take personal responsibility and host applications yourself.

OpenNote was built to be a open source(MIT License), web based alternative to Microsoft OneNote (T) or EverNote.
OpenNote was built to be a open source(MIT License), web based note taking software.
It is designed to be self hosted and gives you ownership of your data.

Please support this project by:
Expand Down Expand Up @@ -33,7 +34,7 @@ Features
- Upload manager (not enabled in demo :) )
- Light weight
- Multi user support
- Note History ***(Revisions are currently being stored. However, there is not view to see revision tree)
- Note History ***(Revisions are currently being stored. However, there is not a view to see the revision tree)
- Search
- PDO Connector/(MySql and SQLite Database Support)
- Move Folders(Drag into another folder in the list view.)
Expand All @@ -42,7 +43,6 @@ Features

Upcoming Features
-----------------
- REST service and Angular JS Based front end. Working on in working branch.
- Tags (You win)
- Email to note
- Implement history viewer
Expand Down Expand Up @@ -82,7 +82,6 @@ License

OpenNote Code - Distributed under the MIT License

Other OpenNote licenses are available for purchase from the author
© Jacob Liscom 2014

Credits
Expand All @@ -93,6 +92,7 @@ Credits

[topLevel]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/topLevel.png
[dark]: https://raw.github.com/FoxUSA/OpenNote/master/Doc/screenShots/dark1.png
[responsive]: https://raw.githubusercontent.com/FoxUSA/OpenNote/master/Doc/screenShots/OpenNote.png

[Install]: https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md
[Upgrade]: https://github.com/FoxUSA/OpenNote/blob/master/Doc/Upgrade.md
Expand Down