2019-02-01 07:16:56 -06:00
|
|
|
# cloud-control-panel
|
|
|
|
|
2019-02-01 07:28:17 -06:00
|
|
|
This is how the cloud should work. It's time to change the rules.
|
|
|
|
|
|
|
|
This app requires IPv6 to work.
|
|
|
|
|
|
|
|
Obviously I'm developing this app on Linux so if things are
|
|
|
|
broken in the MacOS or Windows, check the Linux version if
|
|
|
|
possible to see if it is also broken there.
|
|
|
|
|
2019-05-22 19:53:50 -05:00
|
|
|
# IMPORTANT NOTES
|
|
|
|
|
|
|
|
To use the cross platform UI, all GUI interactions must be
|
|
|
|
done from within the same goroutine for it to work properly
|
|
|
|
on Windows. This is an annoying limitation of how Windows works
|
|
|
|
(or so it appears. maybe someone will figure out how to fix that)
|
|
|
|
|
|
|
|
This means the Windows version of this GUI will probably always
|
|
|
|
be sub-par verses the Linux and Macintosh versions
|
|
|
|
|
2019-02-01 07:28:17 -06:00
|
|
|
# build
|
|
|
|
|
|
|
|
```
|
|
|
|
go get -v -t -u git.wit.com/wit/cloud-control-panel
|
|
|
|
cd ~/go/src/git.wit.com/wit/cloud-control-panel
|
|
|
|
go build
|
|
|
|
./cloud-control-panel
|
|
|
|
```
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
This is a GPL 3.0 Project.
|
|
|
|
|
|
|
|
# Credits
|
|
|
|
|
|
|
|
* All the GO developers & Google
|
|
|
|
* The analabs people that made the golang cross platform UI
|
|
|
|
* All the kernel, KVM and QEMU developers
|