-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pages project to generate website from README.md
- Loading branch information
Showing
45 changed files
with
370 additions
and
1,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ target | |
pom.xml~ | ||
.project | ||
.classpath | ||
README.md~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Webcam Capture Pages | ||
|
||
This project is to generate the website. | ||
|
||
### Update Site From README.md | ||
|
||
To regenerate HTML from ```README.md``` file the following must be done: | ||
|
||
```plain | ||
$ cd webcam-capture-pages | ||
$ mvn clean process-sources | ||
``` | ||
|
||
After the Maven completed all its tasks, the newest website code is available in ```src/main/resources/html```. | ||
|
||
### Upload File via FTP/SCP | ||
|
||
Just use your tool of choice to deploy the site to the server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.