mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 18:20:23 +00:00
Merge pull request #24 from q5sys/master
Updating PCBSD references to TrueOS (github links and wording)
This commit is contained in:
12
README.md
12
README.md
@@ -15,11 +15,11 @@
|
||||
|
||||
# SysAdm
|
||||
|
||||
Official repo for PC-BSD's sysadm middleware WebSocket & REST server
|
||||
Official repo for TrueOS' sysadm middleware WebSocket & REST server
|
||||
|
||||
This middleware acts as the core for controlling a PC-BSD or FreeBSD <br />
|
||||
This middleware acts as the core for controlling a TrueOS or FreeBSD <br />
|
||||
system either locally or remotely via WebSockets or REST. It is also the <br />
|
||||
server component to [PC-BSD's SysAdm GUI client](https://github.com/pcbsd/sysadm-ui-qt).
|
||||
server component to [TrueOS' SysAdm GUI client](https://github.com/trueos/sysadm-ui-qt).
|
||||
|
||||
### Required Qt Modules
|
||||
|
||||
@@ -32,7 +32,7 @@ Qt5 Websockets (pkg install qt5-websockets)
|
||||
### Building SysAdm
|
||||
|
||||
```
|
||||
% git clone https://github.com/pcbsd/sysadm.git
|
||||
% git clone https://github.com/trueos/sysadm.git
|
||||
% cd sysadm/src
|
||||
% /usr/local/lib/qt5/bin/qmake -recursive
|
||||
% make && sudo make install
|
||||
@@ -79,14 +79,14 @@ add a new function which accepts JSON in, and returns JSON, then connect <br />
|
||||
it to the backend.
|
||||
|
||||
Example:
|
||||
https://github.com/pcbsd/sysadm/commit/4d3b590f460d301b9376a063f9407dabfd7c9c66
|
||||
https://github.com/trueos/sysadm/commit/4d3b590f460d301b9376a063f9407dabfd7c9c66
|
||||
|
||||
### Adding new Classes for API calls
|
||||
|
||||
Adding a new API class requires tweaking a few more files than a new API call only.
|
||||
|
||||
Example:
|
||||
https://github.com/pcbsd/sysadm/commit/1ba65b33880e2298ade3e5cc4f2718aa6112e44f
|
||||
https://github.com/trueos/sysadm/commit/1ba65b33880e2298ade3e5cc4f2718aa6112e44f
|
||||
|
||||
### Testing new API calls / classes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user