Go to file
Jeff Carr 19c4932cba BUILD: fix the import paths
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-08-09 00:45:36 -05:00
build BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
resources v0.6.46 2019-06-28 14:08:46 -07:00
.gitignore fix 'dirty build' logic 2019-06-14 05:18:13 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile makefile shortcuts 2019-06-16 09:56:52 -07:00
README.md BUILD: update the import paths so it will build 2021-08-09 00:35:28 -05:00
cast.go sync with server 2019-05-27 21:29:17 -07:00
config.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
crash1-fqdn debugging on fqdn 2019-06-02 20:07:13 -07:00
eventChannel.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
fqdn.go debugging on fqdn 2019-06-02 20:07:13 -07:00
gorilla.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
gui-accounts.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
gui-buttonClicks.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
gui-colors.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
gui-debug.go BUILD: update the import paths so it will build 2021-08-09 00:35:28 -05:00
gui-splash.go BUILD: update the import paths so it will build 2021-08-09 00:35:28 -05:00
gui-vm.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
linux.go BUILD: update the import paths so it will build 2021-08-09 00:35:28 -05:00
login.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
main.go BUILD: fix the import paths 2021-08-09 00:45:36 -05:00
upgrade.go BUILD: update the import paths so it will build 2021-08-09 00:35:28 -05:00
windows.go BUILD: update the import paths so it will build 2021-08-09 00:35:28 -05:00

README.md

cloud-control-panel

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.

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.

In order to build successfully: packr, pkg-config and gtk+-3.0 must be installed.

build

go get -v -t -u git.wit.org/wit/cloud-control-panel
cd ~/go/src/git.wit.org/wit/cloud-control-panel
go build
./cloud-control-panel

License

This is a GPL 3.0 Project.

Credits

  • All the GO developers & Google
  • The andlabs people that made the golang cross platform UI
  • All the kernel, KVM and QEMU developers