elefant-vagrant

Virtual Machines for Elefant Development using Vagrant + Chef

  • 所有者: jbroadway/elefant-vagrant
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Virtual Machines for Elefant Development

This project provides scripts and workflow for developing LAMP-based
web applications, with the additional option of installing the latest
Elefant CMS code into a new site.

Status: Used for personal/work development, still being fleshed out
for wider general use. Bug reports, suggestions and improvements are
most welcome.

Requirements

Tested on Mac OS X, and requires the following tools:

Getting started

Once you've installed the above tools, clone and initialize your
setup like this:

git clone https://github.com/jbroadway/elefant-vagrant ~/projects
cd ~/projects
berks install

This will create a ~/projects folder, under which all of your web
projects will be run, and install the Chef recipes needed for your
virtual machines.

Now to create your first project, use:

sudo ./new-project testsite elefant

This command does several things:

  1. Adds a new www.testsite.dev alias to /etc/hosts
  2. Creates a Vagrant project under ~/projects/testsite
  3. Installs Elefant into this folder and sets the necessary permissions
  4. Starts the virtual machine (vagrant up)

After the script completes successfully, you should be able to browse
to http://www.testsite.dev/ and be taken to the Elefant installer.

Your source files live in ~/projects/testsite/www on the host machine,
which is mapped to /var/www/elefant in the virtual machine.

主要指标

概览
名称与所有者jbroadway/elefant-vagrant
主编程语言PHP
编程语言Ruby (语言数: 2)
平台
许可证
所有者活动
创建于2013-06-26 16:46:34
推送于2013-09-10 15:03:32
最后一次提交2013-09-10 10:03:31
发布数0
用户参与
星数4
关注者数2
派生数0
提交数6
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?