All Projects → irazasyed → zray-installer

irazasyed / zray-installer

Licence: MIT license
Zend Z-Ray Easy Installer for Laravel Homestead

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zray-installer

phpci-installer
PHPCI Easy Installer for Laravel Homestead
Stars: ✭ 19 (-13.64%)
Mutual labels:  installer, homestead, laravel-homestead
Ghcup
DEPRECATED IN FAVOR OF haskell/ghcup-hs
Stars: ✭ 249 (+1031.82%)
Mutual labels:  installer
Unified Hosts Autoupdate
Quickly and easily install, uninstall, and set up automatic updates for any of Steven Black's unified hosts files.
Stars: ✭ 185 (+740.91%)
Mutual labels:  installer
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (+881.82%)
Mutual labels:  installer
Electron Wix Msi
📀 Create traditional MSI installers for your Electron app
Stars: ✭ 197 (+795.45%)
Mutual labels:  installer
Aqtinstall
aqt: Another (unofficial) Qt CLI Installer on multi-platforms
Stars: ✭ 234 (+963.64%)
Mutual labels:  installer
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+709.09%)
Mutual labels:  installer
installer
The Chevereto installer CLI/HTTP single-file tooling
Stars: ✭ 24 (+9.09%)
Mutual labels:  installer
Nsis
***This is just a mirror of https://sf.net/projects/nsis -- please report issues there*** NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Stars: ✭ 244 (+1009.09%)
Mutual labels:  installer
Ks Installer
Install KubeSphere on existing Kubernetes cluster
Stars: ✭ 216 (+881.82%)
Mutual labels:  installer
Netboot.xyz
Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
Stars: ✭ 2,753 (+12413.64%)
Mutual labels:  installer
Issrc
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
Stars: ✭ 2,606 (+11745.45%)
Mutual labels:  installer
Kubeadm
Aggregator for issues filed against kubeadm
Stars: ✭ 2,876 (+12972.73%)
Mutual labels:  installer
Scoop
A command-line installer for Windows.
Stars: ✭ 14,508 (+65845.45%)
Mutual labels:  installer
install
basic script for project installation
Stars: ✭ 17 (-22.73%)
Mutual labels:  installer
Downloadinstaller
Android App应用内更新的下载,储存,安装 ,未知来源等问题处理
Stars: ✭ 182 (+727.27%)
Mutual labels:  installer
Lxrunoffline
A full-featured utility for managing Windows Subsystem for Linux (WSL)
Stars: ✭ 3,005 (+13559.09%)
Mutual labels:  installer
Subiquity
Ubuntu Server Installer
Stars: ✭ 228 (+936.36%)
Mutual labels:  installer
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (+72.73%)
Mutual labels:  installer
BioInstaller
A comprehensive R package to construct interactive and reproducible biological data analysis applications based on the R platform
Stars: ✭ 52 (+136.36%)
Mutual labels:  installer

Zend Z-Ray Installer for Laravel Homestead

Software License

Zend Z-Ray Installer for Laravel Homestead. Simple shell script that automatically installs the Zend Z-Ray with no user interaction required on a Laravel Homestead box.

Pre-Requisites

Installation

1. SSH into your Laravel Homestead Box (homestead ssh)

2. Just fire the following command:

$ curl -sSL http://lk.gd/zray-install | bash

3. Edit Homestead File homestead edit and add under cpus directive:

ports:
    - send: 10081
      to: 10081

4. Restart and Provision Homestead:

homestead halt
homestead up --provision

That's it, Now open any of your homestead site and you should start seeing the Z-Ray Bar at the bottom of the page. You can access the admin panel for any of your homestead site by visiting the admin port 10081. Example: http://example.vm:10081/

NOTE: If Z-Ray does not load and you are getting a 500 error in your browser console, it may be necessary to re-apply the permissions to the Z-Ray folder:

homestead ssh
sudo chown -R vagrant:vagrant /opt/zray

Additional information

Any issues, please report here

Inspired to create this script by this tutorial by Mike Bronner

Contributions

Contributions are always welcome, Please create a PR.

License

MIT © Syed Irfaq R.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].