Skip to content

Try to build a vagrant environment for ChiliProject development, maybe deployments too.

License

Notifications You must be signed in to change notification settings

chiliproject/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChiliProject Vagrant

Try to build a Vagrant environment for ChiliProject development, maybe deployments too.

The default configuration will setup a PostgreSQL server, Apache + Passenger and a single ChiliProject instance checked out from the master branch.

You can customize the instance in data_bags/chiliproject/default.json. Please refer to the documentation of the chiliproject cookbook for configuration details.

If you use this repository as a basis for a production deployment, you HAVE TO adapt the configuration and change the secret keys and passwords.

Usage

# Install required gems
bundle install

# start the Vagrant VM
vagrant up

After that is done, point your browser to http://localhost:4223.

NOTE: Remember to import the default data for your locale by visiting the Administration page of your new installation.

Known issues

  • The networking section could use more work
  • The folder containing the current source should be exported

Contributors

License

Copyright (c) 2012 The ChiliProject Team

This software is licensed under the MIT license. See LICENSE for details.

About

Try to build a vagrant environment for ChiliProject development, maybe deployments too.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages