All Projects → Chassis → Desktop

Chassis / Desktop

Licence: other
🖥 Local WordPress development made easy.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Desktop

usergrid-docker
Build and run Usergrid 2.1 using Docker
Stars: ✭ 41 (-46.05%)
Mutual labels:  vagrant
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (-32.89%)
Mutual labels:  vagrant
AEM-UP
🚀 AEM Author, Dispatcher and Publisher in one VM managed via Vagrant and provisioned via Ansible
Stars: ✭ 18 (-76.32%)
Mutual labels:  vagrant
pereval-server
The Pereval server: a set of OSINT & misc related web-services
Stars: ✭ 27 (-64.47%)
Mutual labels:  vagrant
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (-59.21%)
Mutual labels:  vagrant
ansible-docker-vagrant-example
An example to demonstrate the power of Ansible, Docker and Vagrant
Stars: ✭ 22 (-71.05%)
Mutual labels:  vagrant
litemall-dw
基于开源Litemall电商项目的大数据项目,包含前端埋点(openresty+lua)、后端埋点;数据仓库(五层)、实时计算和用户画像。大数据平台采用CDH6.3.2(已使用vagrant+ansible脚本化),同时也包含了Azkaban的workflow。
Stars: ✭ 36 (-52.63%)
Mutual labels:  vagrant
ops contrib
Infrastructure code to setup your own VersionEye instance.
Stars: ✭ 83 (+9.21%)
Mutual labels:  vagrant
docker-atlassian
A docker-compose orchestration for JIRA Software and Confluence based on docker containers.
Stars: ✭ 13 (-82.89%)
Mutual labels:  vagrant
packer-ubuntu
No description or website provided.
Stars: ✭ 29 (-61.84%)
Mutual labels:  vagrant
super-duper-vault-train
🚄▼▼▼▼▼▼
Stars: ✭ 19 (-75%)
Mutual labels:  vagrant
vagrant-ids
An Ubuntu 16.04 build containing Suricata, PulledPork, Bro, and Splunk
Stars: ✭ 21 (-72.37%)
Mutual labels:  vagrant
halcyon-vagrant-kubernetes
Vagrant deployment mechanism for halcyon-kubernetes.
Stars: ✭ 12 (-84.21%)
Mutual labels:  vagrant
vvv-utilities
Official VVV extensions
Stars: ✭ 22 (-71.05%)
Mutual labels:  vagrant
vgm
Vagrant Manager – command-line tool to simplify management of vagrant boxes
Stars: ✭ 16 (-78.95%)
Mutual labels:  vagrant
vim-vagrant
basic vim/vagrant integration
Stars: ✭ 55 (-27.63%)
Mutual labels:  vagrant
sitecore-packer
Packer templates for Sitecore development with IIS, SOLR and SQL Server on Windows
Stars: ✭ 19 (-75%)
Mutual labels:  vagrant
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (-53.95%)
Mutual labels:  vagrant
wordpress
The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
Stars: ✭ 95 (+25%)
Mutual labels:  vagrant
kubernetes-cluster
No description or website provided.
Stars: ✭ 17 (-77.63%)
Mutual labels:  vagrant

Chassis Desktop

Local WordPress development made easy.


Chassis Desktop is an application to manage Chassis development environments, without touching the command line. Create, manage, and configure development environments with a simple UI.

Install Chassis Desktop →

(Chassis Desktop is in beta, and may break. Please let us know if it does!)

Development

Chassis Desktop is an Electron application, and uses build tools based on Create React App. Node.js/npm is required to build Desktop.

To run the development version:

# Clone this repository
git clone https://github.com/Chassis/Desktop chassis-desktop
cd chassis-desktop

# Install dependencies
npm install

# Run.
npm start

Building for Release

Release/production builds have two build stages: building JS for release, and building the full application packages.

# Build the app scripts
npm run build

# Verify scripts:
electron .

# Pack for testing
npm run pack

# Verify app:
open "dist/mac/Chassis Desktop.app"

# Pack for distribution (into DMG)
npm run dist

License

Chassis Desktop is licensed under the BSD License.

Contains code from the create-react-app project, copyright Facebook, Inc. Used under the BSD license.

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].