Installing Organizr
Last updated
Was this helpful?
Last updated
Was this helpful?
Here are the many ways you can install Organizr.
Organizr has an Auto Installer that works on Windows and some flavors of Linux.
Make sure you have enabled php_pdo_sqlite.dll & php_openssl.dll PHP extensions.
Open the downloaded organizr zip file and copy all files and paste them in the web root folder c:\nginx\html\
OR If you prefer you can create sub-directory called organizr under c:\nginx\html
and paste the copied organizr files in that folder.
Go to http(s)://localhost/index.php
Navigate to your website path with cd /var/www/websites/roxinsocks.com
Replace the domain path in the webserver path with the correct path
Using one of the following two methods, grab the most recent Organizr build from github:
Copy this command and paste into your terminal
All your Organizr files are now installed at /var/www/websites/roxinsocks.com/
Set the permission to your path, so that Organizr can write to it by running chown -R www-data:www-data /var/www/websites/roxinsocks.com/
For external access and functionality, edit your nginx sites-enabled config file for your domain (nano /etc/nginx/sites-enabled/roxinsocks.com
), and be sure the root
is set correctly in the server block. This will tell nginx where to look for organizr, when you navigate to your domain:
You may need to change the path to the socket depending on what version of PHP you installed
3. Navigate to that path locally using your web browser and the host's local ip address. http://localhost
or http://192.168.1.###
You should be able to login and establish your admin account.
Repo
Link
Chart Github Repository
Chart Helm Repository
Artifacthub
Add the helm repository for k8s-at-home
Read through the values.yaml file either in the github repository or via helm commands
Deploy a named release with your override values.yaml file
Head over to to see more information.
the latest release of Organizr.
Our helm chart is maintained by the guys over at This uses the official docker container.