Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

elmerfds/OrganizrInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrganizrInstaller

Automated install script for Organizr (github.com/causefx/Organizr). Only Ubuntu/Debian/CentOS and Windows supported right now!

OUI (Organizr Ubuntu Installer)

menu

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)

menu

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
  • 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

menu

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