Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaedroho/vagrant-wagtail-base-fedora
Fedora 21 based Vagrant box for Wagtail development
https://github.com/kaedroho/vagrant-wagtail-base-fedora
Last synced: about 6 hours ago
JSON representation
Fedora 21 based Vagrant box for Wagtail development
- Host: GitHub
- URL: https://github.com/kaedroho/vagrant-wagtail-base-fedora
- Owner: kaedroho
- Created: 2015-04-05T18:58:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T14:41:54.000Z (over 9 years ago)
- Last Synced: 2023-03-23T04:42:39.280Z (over 1 year ago)
- Language: Shell
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wagtail base Vagrant box (Fedora version)
=========================================A Vagrant box based on Fedora 21, with some extra software preinstalled to make developing projects with Wagtail easier and faster.
Contents
--------This image is based on [chef/fedora-21](https://atlas.hashicorp.com/chef/boxes/fedora-21). It has the following extras installed:
- Python 2.7.8 with virtualenv and pip
- Python 3.4.1 with pip (use bundled pyvenv for virtual environments)
- PostgreSQL 9.3.6
- Redis 2.8.19
- Elasticsearch 1.5.0
- Vim, Git, GCC (with C++ support)
- Development headers for Python (2 and 3), PostgreSQL and some image libraries (libjpeg, zlib, etc)
- Prebuilt wheels for Pillow 2.8.1, psycopg2 2.6 and libsass 0.7.0 for both python versions (and pip configured to use them)Build instructions
------------------
To generate the .box file:./build.sh
To install locally:
vagrant box add wagtail-base-fedora wagtail-base-fedora-v1.0.0.box