Skip to content

Cookiecutter for a stripped down Flask project running on vagrant

License

Notifications You must be signed in to change notification settings

cmeadows/fbone-marrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbone-marrow cookiecutter template

This is a CookieCutter template for generating a bare bones Flask project based off of fbone within a Vagrant development environment. It provides simple starting points for using some of the popular best-practices and features:

Required Libraries

  • Cookiecutter
  • Virtualbox
  • Vagrant

Installation

Before you can use this template you should install cookiecutter via easy_install or pip:

$ pip install cookiecutter

The cookiecutter executable should appear in your Python's bin/ (in Windows Scripts/) directory. You might need to add that directory to your PATH to run the executable. You should also have git installed in your system.

Usage

To initialize a new project, ensure that cookiecutter is in your path and run:

 $ cookiecutter gh:cmeadows/fbone-marrow.git

To provision your development environment:

$ cd <your-package-name>/
$ vagrant up

You may now visit http://localhost:8931 to view your fbone-marrow Application. Now, you are all set to start developing.

See also

Copyright & License

  • Copyright 2016, Collin Meadows
  • License: MIT

About

Cookiecutter for a stripped down Flask project running on vagrant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published