Skip to content

Commit 6af6d3a

Browse files
committed
Merge pull request #133 from FoxUSA/Fox-Working
Fox working
2 parents f9d8228 + 0fc2b77 commit 6af6d3a

File tree

7 files changed

+6
-737
lines changed

7 files changed

+6
-737
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/bower_components
22
/node_modules
33
/build
4-
/OpenNote/openNote.appcache

Doc/Build.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You will need to clone the front end and the backend
55
https://github.com/FoxUSA/OpenNote
66
https://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

1010
For example
1111
In 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
1515
Once the `OpenNote` and `OpenNoteService-PHP` project have been cloned you need to build the projects
1616

1717
To 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

2121
In 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
3131
Run from OpenNote project
3232
`grunt build`
33-

Doc/Dependencies.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

Doc/Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
If you want sync your notes with a server, you will need to install CouchDB.

OpenNote/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/bower_components
22
/node_modules
33
/Service
4+
openNote.appcache

0 commit comments

Comments
 (0)