Nice to see that working, thanks Nate. It's kind of magic to have a single binary we can hand to people on Windows and have them able to use juju as usual.
On Fri, Aug 23, 2013 at 5:21 PM, Nate Finch <[email protected]> wrote: > Got my cross compilation environment going, fixed a minor issue with running > juju on Windows, and now juju seems to be working fine on my Win7 VM. I > haven't set up a build environment on Windows yet, to see what tests fail, > so I can't really if there are edge cases that are broken, but the standard > stuff works. > > C:\Users\Nate>juju deploy cs:~marcoceppi/discourse > > C:\Users\Nate>juju deploy postgresql > > C:\Users\Nate>juju add-relation discourse postgresql:db-admin > > C:\Users\Nate>juju expose discourse > > C:\Users\Nate>juju status > environment: amazon > machines: > "0": > agent-state: pending > dns-name: ec2-174-129-138-228.compute-1.amazonaws.com > instance-id: i-1e402f70 > instance-state: running > series: precise > hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M > "1": > instance-id: pending > series: precise > "2": > instance-id: pending > series: precise > services: > discourse: > charm: cs:~marcoceppi/precise/discourse-20 > exposed: true > relations: > db: > - postgresql > discourse: > - discourse > units: > discourse/0: > agent-state: pending > machine: "1" > postgresql: > charm: cs:precise/postgresql-38 > exposed: false > relations: > db-admin: > - discourse > replication: > - postgresql > units: > postgresql/0: > agent-state: pending > machine: "2" > > C:\Users\Nate> > > -- > Juju-dev mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju-dev > -- gustavo @ http://niemeyer.net -- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
