Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
prp
sage2
Commits
18257e47
Commit
18257e47
authored
Feb 28, 2014
by
tmarrinan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
e268e133
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
8 deletions
+21
-8
README.md
README.md
+21
-8
No files found.
README.md
View file @
18257e47
...
...
@@ -6,6 +6,7 @@ Browser based implementation of SAGE. A cluster-based html viewer used for displ
### Requirements ###
*
ffmpeg
*
poppler
*
graphicsmagick
##### For Windows: #####
...
...
@@ -13,6 +14,7 @@ Browser based implementation of SAGE. A cluster-based html viewer used for displ
*
Download and install
[
7-Zip
](
http://www.7-zip.org/
)
*
Download
[
FFMpeg
](
http://ffmpeg.zeranoe.com/builds/
)
*
Download
[
Poppler-utils
](
http://manifestwebdesign.com/2013/01/09/xpdf-and-poppler-utils-on-windows/
)
*
Download
[
GraphicsMagick (Q8)
](
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/windows/
)
Install FFMpeg
*
Move the FFMpeg 7-zip file to "C:
\"
...
...
@@ -24,9 +26,22 @@ Install Poppler
*
Move the Poppler-utils zip file to "C:
\P
oppler"
*
Right-click, go to 7-Zip > Extract Here
Install GraphicsMagick
*
Create Folder "C:
\G
raphicsMacgick"
*
Move the GraphicsMagick Q8 executable to "C:
\G
raphicsMacgick"
Set Environment
*
Add
both
"C:
\F
FMpeg"
and
"C:
\P
oppler" to you PATH variable
*
Add "C:
\F
FMpeg"
,
"C:
\P
oppler"
and "C:
\G
raphicsMacgick"
to you PATH variable
###### Setup Node js: ######
Open 'keys/GO-windows.bat'
Add lines with list of hostnames for your server
```
cd <WebSAGE_directory>
npm install
cd keys/
.\GO-windows.bat
```
##### For Mac OSX: #####
...
...
@@ -35,20 +50,18 @@ Set Environment
```
brew install ffmpeg
brew install poppler --with-glib
brew install poppler --without-glib
brew install graphicsmagick
```
=======
##### Setup Node js (Mac OSX and Linux): #####
Open keys/GO
###### Setup Node js: ######
Open 'keys/GO-mac'
Edit
```servers```
to be a list of hostnames for your server
```
cd <WebSAGE_directory>
npm install
cd keys/
./GO
./GO
-mac
```
=======
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment