-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathINSTALL.txt
51 lines (24 loc) · 985 Bytes
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Very terse installation instructions for Rockhopper linuxcnc web socket server.
Installation:
Download source from github. Run:
git clone git://github.com/MachineryScience/Rockhopper.git
The Rockhopper directory can be placed anywhere on your system that you have permissions to access.
The following dependencies are needed to be installed separately:
tornado web server:
Download from http://www.tornadoweb.org/
Follow instructions in file to install tornado libraries
graphviz:
sudo apt-get install graphviz
pygraphviz:
sudu apt-get install pygraphviz
Running:
To launch the webserver:
cd Rockhopper
python ./LinuxCNCWebSktSvr.py <full path to your .ini file>
Example:
python LinuxCNCWebSktSvr.py /home/linuxcnc-user/linuxcnc/configs/sim/axis/axis.ini
To access the webpage:
Only tested in FireFox and Chrome. Will DEFINITELY NOT WORK with Internet Explorer.
Point your browser at:
http://your-linuxcnc-computer-ip:8000/
That should be it!