Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sage2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
prp
sage2
Commits
52fb1857
Commit
52fb1857
authored
Apr 23, 2014
by
tmarrinan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
Former-commit-id: b250725c331d680db53d392bd9025ca800be083f
parent
75eb9e93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
60 deletions
+8
-60
README.md
README.md
+8
-60
No files found.
README.md
View file @
52fb1857
...
...
@@ -9,65 +9,13 @@ Browser based implementation of SAGE. A cluster-based html viewer used for displ
*
poppler
*
graphicsmagick
##### For Windows: #####
*
Download and install
[
Node.js
](
http://nodejs.org/
)
*
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:
\"
*
Right-click, go to 7-Zip > Extract Here
*
Rename extracted folder to "FFMpeg"
Install Poppler
*
Create Folder "C:
\P
oppler"
*
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 "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 <SAGE2_directory>
npm install
cd keys\
.\GO-windows.bat
```
##### For Mac OSX: #####
*
Download and install
[
Node.js
](
http://nodejs.org/
)
*
Download and install
[
homebrew
](
http://brew.sh/
)
```
brew install ffmpeg
brew install poppler --without-glib
brew install graphicsmagick
```
###### Setup Node js: ######
Open 'keys/GO-mac'
Edit
```servers```
to be a list of hostnames for your server
```
cd <SAGE2_directory>
npm install
cd keys/
./GO-mac
```
=======
##### Install #####
*
[
Windows Install
](
https://github.com/uic-evl/SAGE2/wiki/Install-(Windows
)
)
*
[
Mac OSX Install
](
https://github.com/uic-evl/SAGE2/wiki/Install-(Mac-OSX
)
)
*
[
OpenSUSE Install
](
https://github.com/uic-evl/SAGE2/wiki/Install-(openSUSE
)
)
*
[
Ubuntu Install
](
https://github.com/uic-evl/SAGE2/wiki/Install-(Ubuntu
)
)
##### Run SAGE2: #####
```
cd <SAGE2_directory>
node server.js
```
*
Open Terminal / Cmd
*
```cd <SAGE2_directory>```
*
```node server.js```
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