ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Xen Orchestra on Ubuntu 15.10 - Complete installation instructions

    IT Discussion
    how to xen orchestra ubuntu 15.10 debian xen open source ubuntu linux xenserver
    24
    609
    281.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xogurunoob @Danp
      last edited by

      @Danp said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

      @xogurunoob Yes, that is how you would switch to their development branch and check out the new interface. It's been a while since I tried it myself, so please report back and let us know how it goes...

      not working
      http://mangolassi.it/topic/7349/xen-orchestra-on-ubuntu-15-10-complete-installation-instructions/399

      DanpD 1 Reply Last reply Reply Quote 0
      • DanpD
        Danp @xogurunoob
        last edited by

        @xogurunoob Try this instead:

          sudo npm i
          sudo npm run build
        
        X 2 Replies Last reply Reply Quote 1
        • DanpD
          Danp @BRRABill
          last edited by

          @BRRABill said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

          But people on this thread were talking about version 5, so isn't that what next-release got them? How else would they have gotten it?

          No. v5.x is the new interface that they have been implementing over the past few months. Next-release is still based on the older 4.x interface.

          1 Reply Last reply Reply Quote 0
          • X
            xogurunoob @Danp
            last edited by

            @Danp said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

            @xogurunoob Try this instead:

              sudo npm i
              sudo npm run build
            

            does it matter what directory/path am in when running the command?

            1 Reply Last reply Reply Quote 0
            • X
              xogurunoob @Danp
              last edited by xogurunoob

              @Danp said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

              @xogurunoob Try this instead:

                sudo npm i
                sudo npm run build
              
              root@xen-orchestra:/opt# cd xo-web
              root@xen-orchestra:/opt/xo-web# npm i
              npm WARN lifecycle [email protected]~prepublish: cannot run in wd %s %s (wd=%s) [email protected] in-publish && npm run build || in-install /opt/xo-web
              npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
              npm WARN notsup Not compatible with your operating system or architecture: [email protected]
              root@xen-orchestra:/opt/xo-web#
              

              forgot i switched back to next-release from above ^
              so switched back to v5.x

              root@xen-orchestra:/opt/xo-web# git checkout v5.x
              Switched to branch 'v5.x'
              Your branch is up-to-date with 'origin/v5.x'.
              root@xen-orchestra:/opt/xo-web# npm i
              npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
              npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
              npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
              
              > [email protected] install /opt/xo-web/node_modules/ghooks
              > opt --out ghooks-install --exec "node ./bin/install"
              
              npm WARN lifecycle [email protected]~prepublish: cannot run in wd %s %s (wd=%s) [email protected] npm run build /opt/xo-web
              - [email protected] node_modules/ast-traverse
              - [email protected] node_modules/ast-types
              - [email protected] node_modules/babel-core/node_modules/bluebird
              - [email protected] node_modules/babel-eslint/node_modules/lodash.assign
              - [email protected] node_modules/babel-plugin-constant-folding
              
              
              <lots of stuffs here>
              
              
              
              │   ├── [email protected]
              │   └── [email protected]
              ├── [email protected]
              ├─┬ [email protected]
              │ ├─┬ [email protected]
              │ │ └── [email protected]
              │ └─┬ [email protected]
              │   └── [email protected]
              ├─┬ [email protected]
              │ ├─┬ [email protected]
              │ │ └─┬ [email protected]
              │ │   └── [email protected]
              │ └── [email protected]
              └── [email protected]
              
              npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
              npm WARN notsup Not compatible with your operating system or architecture: [email protected]
              root@xen-orchestra:/opt/xo-web#
              

              Actually worked!!!
              forgot the last command,was thinking there were errors

              root@xen-orchestra:/opt/xo-web# npm run build
              
              > [email protected] build /opt/xo-web
              > NODE_ENV=production gulp build
              
              [21:31:09] Using gulpfile /opt/xo-web/gulpfile.js
              [21:31:09] Starting 'build'...
              [21:31:09] Starting 'buildPages'...
              [21:31:09] Starting 'buildScripts'...
              [21:31:09] Starting 'buildStyles'...
              [21:31:09] Starting 'copyAssets'...
              [21:31:11] Finished 'buildPages' after 1.35 s
              [21:31:13] Finished 'buildStyles' after 4.26 s
              [21:31:14] Finished 'copyAssets' after 4.27 s
              [21:32:25] Finished 'buildScripts' after 1.25 min
              [21:32:25] Finished 'build' after 1.25 min
              root@xen-orchestra:/opt/xo-web#
              
              1 Reply Last reply Reply Quote 0
              • X
                xogurunoob
                last edited by

                @Danp

                Didn't like the version 5, switching back
                too much tabs, didn't like it

                I feel like he should have kept mostly the version 4 structure but add the good stats/monitoring in 5 to 4 and also a few more stuffs
                the whole from scratch thing doesn't look too good TO ME at least

                DanpD olivierO 2 Replies Last reply Reply Quote 0
                • BRRABillB
                  BRRABill @xogurunoob
                  last edited by

                  @xogurunoob said

                  If i want to test out the latest version 5 for xo-web
                  can i just do git checkout v5.x and then run your update script?

                  Ahhhhh....I missed this.

                  Linux NOOB!

                  1 Reply Last reply Reply Quote 1
                  • DanpD
                    Danp @xogurunoob
                    last edited by

                    @xogurunoob said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                    Didn't like the version 5, switching back
                    too much tabs, didn't like it

                    I'm sure it will take some adjustment, but you'll eventually like it. 😉

                    1 Reply Last reply Reply Quote 0
                    • olivierO
                      olivier @xogurunoob
                      last edited by

                      @xogurunoob I like constructive feedback: what do you mean by that?

                      Are you sure you need to go to some tabs each time you see a VM? I mean the "General" thing should be enough in 80% of the time.

                      Also, it was more a technical from scratch thing for now (as you can see in the recent perf tests here). We also built a lot of internal components, which will help to really modify the interface quickly after.

                      X 1 Reply Last reply Reply Quote 2
                      • X
                        xogurunoob @olivier
                        last edited by xogurunoob

                        @olivier said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                        @xogurunoob I like constructive feedback: what do you mean by that?

                        Are you sure you need to go to some tabs each time you see a VM? I mean the "General" thing should be enough in 80% of the time.

                        Also, it was more a technical from scratch thing for now (as you can see in the recent perf tests here). We also built a lot of internal components, which will help to really modify the interface quickly after.

                        Its more of a UI thing for me
                        I like the UI of the v4 one compared to the v5(as of now)

                        I mean i think speed wise it is faster and i like the more detail graphs for monitoring, but i need to click many tabs to see things. Overall the UI can be made better.

                        Will be great if some great UI guys can help you with that, am not a UI person but i can tell if UI is good or not as a user pretty quickly

                        1 Reply Last reply Reply Quote 0
                        • olivierO
                          olivier
                          last edited by

                          What I said is to hear precise reasons: eg "too many clicks to do this or that."

                          Everyone has various tastes, personal opinions are less interesting than facts 🙂

                          A X 2 Replies Last reply Reply Quote 0
                          • A
                            Alex Sage @olivier
                            last edited by

                            @olivier did you take a look at the Vultr interface? Will the new interface be mobile responsive?

                            olivierO 1 Reply Last reply Reply Quote 0
                            • olivierO
                              olivier @Alex Sage
                              last edited by olivier

                              @aaronstuder We had checked multiples interfaces yes.

                              And yes, the new one will be also responsive (it's mainly already the case in the current state of 5.0)

                              1 Reply Last reply Reply Quote 1
                              • X
                                xogurunoob @olivier
                                last edited by

                                @olivier said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                What I said is to hear precise reasons: eg "too many clicks to do this or that."

                                Everyone has various tastes, personal opinions are less interesting than facts 🙂

                                i will come with more specifics soon

                                olivierO 1 Reply Last reply Reply Quote 0
                                • olivierO
                                  olivier @xogurunoob
                                  last edited by

                                  @xogurunoob Thanks but don't forget the UI is far from finished yet 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • BRRABillB
                                    BRRABill
                                    last edited by

                                    I just did this myself today. Woooohooo!

                                    As a Linux noob it took me a while to realize I needed SUDO before the commands. But I got it finally. 🙂

                                    A olivierO 2 Replies Last reply Reply Quote 1
                                    • A
                                      Alex Sage @BRRABill
                                      last edited by

                                      @BRRABill said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                      I just did this myself today. Woooohooo!

                                      As a Linux noob it took me a while to realize I needed SUDO before the commands. But I got it finally. 🙂

                                      sudo - don't use CAPS in linux, lol.

                                      BRRABillB 1 Reply Last reply Reply Quote 0
                                      • olivierO
                                        olivier @BRRABill
                                        last edited by

                                        @BRRABill We just finished the new VM import stuff, which get:

                                        • multiple XVA support
                                        • pool/SR select
                                        • drag and drop

                                        We'll also include a progress bar for each file I think (sooner or later)

                                        BRRABillB 1 Reply Last reply Reply Quote 2
                                        • BRRABillB
                                          BRRABill @Alex Sage
                                          last edited by

                                          @aaronstuder said

                                          sudo - don't use CAPS in linux, lol.

                                          I was yelling. 🙂

                                          1 Reply Last reply Reply Quote 1
                                          • BRRABillB
                                            BRRABill @olivier
                                            last edited by

                                            @olivier said

                                            @BRRABill We just finished the new VM import stuff, which get:

                                            • multiple XVA support
                                            • pool/SR select
                                            • drag and drop

                                            We'll also include a progress bar for each file I think (sooner or later)

                                            XO4 is awesome. Can't wait to see XO5.

                                            Hey, BTW is XO4 officially supported on 16.04?

                                            olivierO DustinB3403D 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 19
                                            • 20
                                            • 21
                                            • 22
                                            • 23
                                            • 30
                                            • 31
                                            • 21 / 31
                                            • First post
                                              Last post