File tree Expand file tree Collapse file tree 7 files changed +6
-737
lines changed
Expand file tree Collapse file tree 7 files changed +6
-737
lines changed Original file line number Diff line number Diff line change 11/bower_components
22/node_modules
33/build
4- /OpenNote /openNote.appcache
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ You will need to clone the front end and the backend
55https://github.com/FoxUSA/OpenNote
66https://github.com/FoxUSA/OpenNoteService-PHP
77
8- Most of the buid tasks require the OpenNote and OpenNoteService-PHP to be in the same folder
8+ Most of the build tasks require the OpenNote and OpenNoteService-PHP to be in the same folder
99
1010For example
1111In the folder ` OpenNote ` we expect ` openNote ` , and ` Service ` to be sister folders.
@@ -15,11 +15,11 @@ I normally have `Service` folder as a symbolic link to `OpenNoteService-PHP/Serv
1515Once the ` OpenNote ` and ` OpenNoteService-PHP ` project have been cloned you need to build the projects
1616
1717To do so for the front end project
18- - Run ` npm install ` to get the dev dependencies
18+ - Run ` npm install ` to get the dev dependencies
1919- Then, you need to run ` grunt build ` in ` OpenNote/ ` (This runs bower install and builds the less CSS)
2020
2121In the PHP service you will need too
22- - You need to run ` php ./composer.phar install -v ` to install all the PHP dependencies and build the projects autoloading structure
22+ - You need to run ` php ./composer.phar install -v ` to install all the PHP dependencies and build the projects autoloading structure
2323
2424## Build Requirements
2525- npm
@@ -30,4 +30,3 @@ In the PHP service you will need too
3030## Build
3131Run from OpenNote project
3232` grunt build `
33-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
44# HTML5 based new super fancy version
55## Web app
6- Just extract in a HTML5 compatible webserver public directory. Or just use the GitHub hosted version.
6+ Just extract in a HTML5 compatible webserver public directory. Or just use the [ GitHub hosted version] ( https://foxusa.github.io/OpenNote/OpenNote/ ) .
77
88## CouchDB Install
99If you want sync your notes with a server, you will need to install CouchDB.
Original file line number Diff line number Diff line change 11/bower_components
22/node_modules
33/Service
4+ openNote.appcache
You can’t perform that action at this time.
0 commit comments