-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
48 additions
and
33 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 |
---|---|---|
@@ -1,41 +1,25 @@ | ||
|
||
# Development | ||
Status: experimental / crashy | ||
|
||
install dependencies from package.json | ||
|
||
npm install | ||
# Installation / Build | ||
|
||
start server | ||
|
||
cd build/potree_server | ||
node potree_server.js | ||
1.) Install dependencies as specified package.json | ||
|
||
watch and rebuild/restart on changes in source | ||
npm install --save | ||
|
||
gulp watch | ||
2.) Open settings.json and adjust values for path and outputDirectory. | ||
|
||
Path points to the root folder of your main/file server. Potree server will attempt to look for point clouds relative to this location. | ||
|
||
# Installation | ||
OutputDirectory is where the filter results will be stored. At this time, this folder won't automatically be cleared of past results so you have to make sure to clean it up manually. | ||
|
||
Copy build/potree_server to any location | ||
|
||
Install dependencies form package.json and run server | ||
|
||
npm install | ||
node potree_server.js | ||
|
||
Alternatively, you can use pm2 to manage the server process | ||
|
||
npm install | ||
npm install pm2 -g | ||
pm2 start potree_server.js | ||
|
||
# list running processes | ||
pm2 list | ||
|
||
# stop process by name | ||
pm2 stop potree_server | ||
3.) Run the server: | ||
|
||
|
||
|
||
node ./src/potree_server.js | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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