https://github.com/elmerfds/OrganizrInstaller
Automated install script for Organizr (https://github.com/causefx/Organizr) for Ubuntu/Debian/Raspbian/CentOS and Windows
https://github.com/elmerfds/OrganizrInstaller
centos debian htpc install installer media media-manager media-server nginx organizr oui owi php raspbian ubuntu wnpsi
Last synced: 21 days ago
JSON representation
Automated install script for Organizr (https://github.com/causefx/Organizr) for Ubuntu/Debian/Raspbian/CentOS and Windows
- Host: GitHub
- URL: https://github.com/elmerfds/OrganizrInstaller
- Owner: elmerfds
- License: gpl-3.0
- Archived: true
- Created: 2017-10-30T00:10:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T13:21:10.000Z (12 months ago)
- Last Synced: 2024-08-02T16:53:20.297Z (9 months ago)
- Topics: centos, debian, htpc, install, installer, media, media-manager, media-server, nginx, organizr, oui, owi, php, raspbian, ubuntu, wnpsi
- Language: Shell
- Homepage:
- Size: 668 KB
- Stars: 128
- Watchers: 7
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Moved to: https://github.com/Organizr/Installer
# OrganizrInstaller
Automated install script for Organizr (github.com/causefx/Organizr). Only Ubuntu/Debian/CentOS and Windows supported right now!## OUI (Organizr Ubuntu Installer)

### How do I run it?
1. `sudo apt-get install git`
2. `sudo git clone https://github.com/elmerfdz/OrganizrInstaller /opt/OrganizrInstaller`
3. `cd /opt/OrganizrInstaller/ubuntu/oui`
4. `sudo bash ou_installer.sh`**Note:** Please make sure to run as sudo.
### FAQ
### Tested on Ubuntu?
- Yes, 16.04### Tested on Debian?
- Yes, 9.2.1
- Debian 8 not supported## OWI (Organizr Windows Installer)

### How do I run it?
1. Clone/Download the repo and extract the zip file to your **Desktop**.
2. Navigate to \OrganizrInstaller\windows\owi .
3. Right-click on 'owi_installer.bat' and click on 'Run as administrator'
4. Installer will ask you for the nginx install location, type in the full path as per the e.g. c:\nginx
5. The installer will ask you to provide the password of the current user during installation, the nginx service requires that you run it under a user account instead of the 'Local System' account, if you don't then you won't be able to save and reload your nginx config.Note: Move the installer files to desktop and run it from there.
### Requirements
- Latest version of PowerShell, if you're on Windows 7/Win Server 2008 [download](https://www.microsoft.com/en-us/download/details.aspx?id=54616)
- Windows 10 recommended over Windows 7 but it should work on Windows 7 if you have the latest version of PowerShell
- The user account running the installer should have admin privileges and a password set.### Tested on?
- Windows 10 Pro
- Windows Server 2012 R2### OS Architecture
- Currently x64 bit OS only.### Powered by
- [WNPSI](https://github.com/elmerfdz/WNPSI)## OCI (Organizr CentOS Installer) BETA

### How do I run it?
1. `sudo yum install git`
2. `sudo git clone https://github.com/elmerfdz/OrganizrInstaller /opt/OrganizrInstaller`
3. `cd /opt/OrganizrInstaller/centos/oci`
4. `sudo bash oc_installer.sh`**Note:** Please make sure to run as sudo.
### FAQ
### Tested on version?
- CentOS 7