axfelix / hubzero-vagrant

A vagrant box for the HUBzero CMS targeted at web developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUBzero Vagrant

This is a Scotch Box vagrant setup for the HUBzero Content Management System. The main motivation is to create a portable and disposable environment for web development.

** This is NOT a production-ready system!! ** The passwords are weak, information may be included in the database, file permissions are not properly set, etc. etc. etc. Why? Because let the sysadmins worry about it while you write your code. Please checkout the official HUBzero Website for more secure options.

If you have issues, please create an issue on GitHub.

The original scotch-box documentation can be found here: https://github.com/scotch-io/scotch-box/blob/master/README.md. There are some useful things like MailCatcher which can help development.

Installation and Setup

Using a Terminal application:

  • Run git clone https://github.com/hubzero/hubzero-vagrant
  • Within the newly created hubzero-vagrant directory, run vagrant up.

Notes

When vagrant up script is ran, it uses git, composer, and muse. The former two require an internet connection.

A development hub should be up and running on https://192.168.33.10. You can log into the hub using the admin account with the password vagrant2016.

About

A vagrant box for the HUBzero CMS targeted at web developers


Languages

Language:TSQL 99.4%Language:PHP 0.5%Language:Shell 0.1%Language:HTML 0.1%