Giter VIP home page Giter VIP logo

mezzanine-vagrant's Introduction

Mezzanine Vagrant

Do a production-style deployment of mezzanine inside an Ubuntu virtual machine (VM).

The deployment uses Fabric scripts that come with Mezzanine. It configures PostgreSQL as the backend database, Gunicorn as the WSGI server, Nginx as the front-web server with memcached, and Supervisor to control gunicorn.

1. Install the prequisites

  • Vagrant for managing VirtualBox-based virtual machines.
  • Fabric for automating the installation of Mezzanine.
  • Future.

You can install fabric & future using pip.

2. Download this repository

If you haven't downloaded this repository yet, grab it from github:

git clone https://github.com/olivierbufalini/Mezzanine-Vagrant

3. Put your SSH keys into the .ssh folder

4. Boot the virtual machine and install Mezzanine

Use Vagrant to boot the virtual machine and Fabric to install Mezzanine.

cd Mezzanine-Vagrant
vagrant up
fab all

5. Access Mezzanine

Point your browser to http://192.168.3.4.

Log in to the admin interface http://192.168.3.4/admin/ using the default account (username: admin, password: default).

You can also ssh to 192.168.3.3 to access the virtual machine (username: vagrant, password: vagrant).

6. Tear down your virtual machine

When you're all done, bring down your virtual machine.

vagrant destroy

mezzanine-vagrant's People

Contributors

olivierbufalini avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

tmp0230

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.