https://github.com/reenhanced/prototype_demo
Prototype CRM: Uses the following tech: - Sass (http://sass-lang.com/) - Haml (http://haml.info/) - Compass (http://compass-style.org/) - bootstrap-sass (https://github.com/thomas-mcdonald/bootstrap-sass)
https://github.com/reenhanced/prototype_demo
Last synced: 9 months ago
JSON representation
Prototype CRM: Uses the following tech: - Sass (http://sass-lang.com/) - Haml (http://haml.info/) - Compass (http://compass-style.org/) - bootstrap-sass (https://github.com/thomas-mcdonald/bootstrap-sass)
- Host: GitHub
- URL: https://github.com/reenhanced/prototype_demo
- Owner: reenhanced
- Created: 2012-09-18T13:00:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T18:25:15.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T07:14:33.418Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
christian academy prototype
=========
Installation instructions for OS X 10.7+:
_This assumes a stock out-of-the-box installation_
1. Install virtualbox (https://www.virtualbox.org/wiki/Downloads)
2. Install Xcode from the app store.
3. Install the command line tools from within Xcode (Xcode -> Preferences -> Downloads)
4. Install homebrew (http://mxcl.github.com/homebrew/)
5. Install git from homebrew:
```
brew install git
```
6. Install vagrant (http://www.vagrantup.com/)
7. Vagrant dependencies
```
vagrant plugin install vagrant-omnibus
```
7. Create directory for your virtual box:
```
mkdir ~/VirtualBox\ VMs
```
8. Boot the virtual machine:
```
./boot.sh
```
10. Open the running site in your browser: http://localhost:3000/
Contact Nick (nhance@reenhanced.com) if you have any issues with this process or beyond this point.
Philosophies
=============
1. Choose the right tool for the job. No tool fits every need. Choose
wisely and if you need to change tools, do it early.
2. Don't bring any dependencies on the environment. Use Vagrant to
provide a consistent experience without machine concerns.
3. Host on digital ocean or heroku or AWS, bundle production into the
project so it's always known.
4. Provide auditing and a fully tested stable base so you don't have to
relearn good habits later. Start on the path and stay on it.