Commit Graph

212 Commits

Author SHA1 Message Date
Jarli01 67ff4a5184
Rename README.md to README 2018-02-09 11:44:19 -05:00
Jarli01 574a68e861
Rename LICENSE to GNU GPLv3 LICENSE 2018-02-09 11:43:58 -05:00
Jarli01 cd9e8a1419
Rename CODE_OF_CONDUCT.md to CODE_OF_CONDUCT 2018-02-09 11:43:16 -05:00
Jarli01 be069cb30f
Create CODE_OF_CONDUCT.md 2018-02-09 11:42:48 -05:00
Jarli01 659e42e376
Create LICENSE 2018-02-09 11:37:14 -05:00
Jarli01 df4a021848
Merge pull request #7 from Jarli01/fix-monorepo
Fix monorepo
2018-02-07 16:21:24 -05:00
Jarli01 0eb7c14134
Update xo_install.sh 2018-02-07 14:41:05 -05:00
Jarli01 e5dc51991f
Update xo_install.sh
more fixes to allow importing a config file.
2018-02-07 10:54:31 -05:00
Jarli01 db1580301a
Update xo_install.sh 2018-02-07 10:36:56 -05:00
Jarli01 5da3a6d022
Update xo_install.sh 2018-02-07 10:35:30 -05:00
Jarli01 af596a2f58
Update xo_install.sh
typo fixes.
2018-02-07 10:33:04 -05:00
Jarli01 e94425813b
Update xo_install.sh
more fixes to paths
2018-02-07 10:27:50 -05:00
Jarli01 b7887a36cb
Update xo_install.sh
more changes. . .
2018-02-07 10:16:50 -05:00
Jarli01 5d84edb8e2
Update xo_install.sh
more fixes
2018-02-07 10:07:51 -05:00
Jarli01 c1e58d98a0
Update xo_install.sh
fixes to a few things - relative path etc.
2018-02-07 10:00:45 -05:00
Jarli01 4157c9cde4
Update xo_install.sh 2018-02-07 09:46:18 -05:00
Jarli01 c13d32f90e
Merge pull request #6 from Jarli01/fix-monorepo
Fix monorepo
2018-02-01 13:16:52 -05:00
Danp2 d9c1babcaa Allow config restore 2018-02-01 09:44:58 -06:00
Danp2 6ce7fedcfb Fix_Monorepo
Correct functionality after xo-server move to Monorepo
2018-02-01 09:41:39 -06:00
Danp2 3aab698f22
Merge pull request #5 from Jarli01/dp-fixbuild
Update yarn commands
2017-12-30 09:53:54 -06:00
Danp2 95eefcab43 Update yarn commands 2017-12-30 09:36:37 -06:00
Jarli01 5332a7b249 Merge pull request #3 from hooksie1/variables
Variables - Working as intended.
2017-08-04 10:02:53 -04:00
Danp2 3cb4092b28 Merge branch 'master' into variables 2017-08-04 08:44:09 -05:00
hooksie1 ba5bf94571 Wasn't paying attention. Need it in both places. 2017-08-03 20:24:38 -04:00
hooksie1 5b9bf914f7 Move yarn install --force before yaml copy. 2017-08-03 20:17:50 -04:00
Jarli01 0932e3b60d Merge pull request #4 from Danp2/patch-1
Use yarn to install xo-server instead of npm
2017-08-03 16:23:24 -04:00
Danp2 12392d5cad Use yarn to install xo-server 2017-08-03 15:00:37 -05:00
hooksie1 6922a04944 Fix incorrect if statement variable 2017-08-03 10:55:55 -04:00
hooksie1 7f13ef0e6c Fix incorrect variable for XO service file 2017-08-03 10:17:23 -04:00
John Hooks 39fcc93629 Remove indents 2017-08-02 22:05:56 -04:00
John Hooks aa4650d54f Add full path for yarn 2017-08-02 22:05:18 -04:00
John Hooks 36cb593532 Add full path for npm 2017-08-02 21:39:52 -04:00
John Hooks abedcaf0b9 Change sed command to replace existing sample mount
instead of creating new line. Uses pipe as delimiter so
it's easier to read.
2017-08-02 21:38:23 -04:00
John Hooks 39a36fa5a9 Add variables for systemd dir and service
Add some comments
Add full paths for security
Add some spacing
2017-08-02 21:37:23 -04:00
John Hooks 2c704dafcf Add variables for xo-web and xo-server dir
and clean up variable spacing.
2017-08-02 20:12:10 -04:00
John Hooks 3dfb424c7f Add variable for n location 2017-08-02 20:10:34 -04:00
John Hooks a51af30a4c Added variables for n, yarn, yarn key, and node 2017-08-02 20:08:58 -04:00
John Hooks 650cab8fe0 Add variables for the XO branch and URLs 2017-08-02 20:03:53 -04:00
Jarli01 917c3f8540 Merge pull request #2 from Danp2/patch-1
Remove custom lodash package requirement
2017-07-06 22:01:35 -04:00
Danp2 0d7b91791b Remove custom lodash package requirement 2017-07-03 13:30:50 -05:00
Jarli01 e58b0e6cac Update README.md 2017-03-07 10:16:25 -05:00
Jarli01 cf0b49fc07 Update xo_install.sh 2017-03-07 07:31:55 -05:00
Jarli01 7678f9a900 Yarn Installation as required from XOA developers (March 2017)
Installs the required Yarn package manager and then completes the installation using `yarn install --force' rather than 'npm install' and 'npm run build'
2017-03-06 10:56:44 -05:00
Jarli01 0582638c9b Merge pull request #1 from Jarli01/experimental
libvhdi-utils
2017-01-31 14:54:53 -05:00
Jarli01 1969843305 libvhdi-utils
Required component for file level restore functionality.
2017-01-03 10:23:30 -05:00
Jarli01 1360e859c6 Removed libpng12-dev
libpng12-dev is removed from the Ubuntu repo and is replaced with libpng-dev. 

Tested and confirmed installable on a new Ubuntu 16.10 install.
2017-01-03 08:43:31 -05:00
Jarli01 e0af0bf2cc Includes systemd startup 2016-03-08 15:38:21 -05:00
Jarli01 b7d96468ba Update README.md 2016-01-26 15:40:59 -05:00
Jarli01 acff44b2bc Update xo_install.sh 2016-01-26 15:35:27 -05:00
Jarli01 f23a059762 Forced installation of NFS-Common
It's rather painful to have access, and then wonder why NFS doesn't mount.
2016-01-26 15:34:47 -05:00