All Projects → Jarli01 → Xenorchestra_updater

Jarli01 / Xenorchestra_updater

Licence: gpl-3.0
Xen Orchestra Update Script, used to keep current with the XO program developed by Olivier Lambert

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Xenorchestra updater

Openhow
Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
Stars: ✭ 144 (-5.88%)
Mutual labels:  open-source
Ocsinventory Ocsreports
Webconsole for OCS Inventory NG
Stars: ✭ 145 (-5.23%)
Mutual labels:  open-source
Ultrasonic
Free and open-source music streaming Android client for Subsonic API compatible servers
Stars: ✭ 149 (-2.61%)
Mutual labels:  open-source
Opensourcegames
Infos and build tips for open source games.
Stars: ✭ 144 (-5.88%)
Mutual labels:  open-source
Lexica
Word Game for Android - A fork of lexic (https://code.google.com/p/lexic)
Stars: ✭ 146 (-4.58%)
Mutual labels:  open-source
Fundamental React
React implementation of the reusable component library designed in Fundamental Library Styles
Stars: ✭ 148 (-3.27%)
Mutual labels:  open-source
Thehive4py
Python API Client for TheHive
Stars: ✭ 143 (-6.54%)
Mutual labels:  open-source
Invoiceplane
A self-hosted open source application for managing your invoices, clients and payments.
Stars: ✭ 1,936 (+1165.36%)
Mutual labels:  open-source
React User Tour
Give your user a guided tour around your application
Stars: ✭ 146 (-4.58%)
Mutual labels:  open-source
Kedro Viz
Visualise your Kedro data pipelines.
Stars: ✭ 149 (-2.61%)
Mutual labels:  open-source
Simple Gallery
Browse your memories without any interruptions with this photo and video gallery
Stars: ✭ 2,128 (+1290.85%)
Mutual labels:  open-source
Facebook Scripts Dom Manipulation
An open-source project includes many scripts with no Access Token needed for Facebook users by directly manipulating the DOM.
Stars: ✭ 146 (-4.58%)
Mutual labels:  open-source
Python Hydrology Tools
💧 This repository holds a list of open source Python packages interesting to Hydrologists
Stars: ✭ 148 (-3.27%)
Mutual labels:  open-source
Startbootstrap Simple Sidebar
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,833 (+1098.04%)
Mutual labels:  open-source
Hippocampe
Threat Feed Aggregation, Made Easy
Stars: ✭ 149 (-2.61%)
Mutual labels:  open-source
Startbootstrap Clean Blog Jekyll
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,837 (+1100.65%)
Mutual labels:  open-source
Amazing Swift Ui 2019
23 Amazing iOS UI Libraries written in Swift for the Past Year (v.2019)
Stars: ✭ 147 (-3.92%)
Mutual labels:  open-source
Altswiftui
Open Source UI framework based on SwiftUI syntax and features, adding backwards compatibility.
Stars: ✭ 150 (-1.96%)
Mutual labels:  open-source
Adguardsdnsfilter
AdGuard Simplified Domain names filter
Stars: ✭ 149 (-2.61%)
Mutual labels:  open-source
Orocommerce
Main OroCommerce package with core functionality.
Stars: ✭ 148 (-3.27%)
Mutual labels:  open-source

xenorchestra_updater

A simple tool to pull Xen Orchestra updates and apply the settings to your XO installation.

Problems?

Check out our Troubleshooting Page!

Options

Param Action Argument
-f Force rebuild
-b Switch git branch stable | next-release
-n Change node version lts | stable | 4.5.0

Production Operations - Staying current

Basic usage, force rebuild, switch branch are the preferred operations, as you'll stay current with us.

Basic usage

sudo bash
<password>
sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash

Force rebuild

sudo bash
<password>
sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -f 

Switch branch

sudo bash
<password>
sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -b next-release

Update Node

sudo bash
<password>
sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -n stable

Installing Yarn

Yarn is a required dependency of XO as of (March 2017) this is a one time operation and not to be used repeatedly.

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - 
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn

Basic operation (without updating the local update script - local testing)

sudo ./xo-update -f to force a clean installation

sudo ./xo-update -b next-release to switch to "next-release" branch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].