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?
sudo apt-get install git
sudo git clone https://github.com/elmerfdz/OrganizrInstaller /opt/OrganizrInstaller
cd /opt/OrganizrInstaller/ubuntu/oui
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?
- Clone/Download the repo and extract the zip file to your Desktop.
- Navigate to \OrganizrInstaller\windows\owi .
- Right-click on 'owi_installer.bat' and click on 'Run as administrator'
- Installer will ask you for the nginx install location, type in the full path as per the e.g. c:\nginx
- 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
- 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
OCI (Organizr CentOS Installer) BETA
How do I run it?
sudo yum install git
sudo git clone https://github.com/elmerfdz/OrganizrInstaller /opt/OrganizrInstaller
cd /opt/OrganizrInstaller/centos/oci
sudo bash oc_installer.sh
Note: Please make sure to run as sudo.
FAQ
Tested on version?
- CentOS 7