https://github.com/jfrux/railo-devenv-mac
putting this out here for setting up self contained dev environment railo 4.0.0 on mac.
https://github.com/jfrux/railo-devenv-mac
Last synced: about 1 year ago
JSON representation
putting this out here for setting up self contained dev environment railo 4.0.0 on mac.
- Host: GitHub
- URL: https://github.com/jfrux/railo-devenv-mac
- Owner: jfrux
- Created: 2013-09-30T17:14:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-08T13:27:16.000Z (over 12 years ago)
- Last Synced: 2025-02-24T18:55:30.691Z (over 1 year ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
railo-devenv-mac
================
This is my RAILO CFML ENGINE development environment for Mac.
I'm able to go into a new directory such as ~/Projects/my_new_app/ and type "railo_init" and it will route everything appropriately.
Starts the individual context on http://localhost:8888/
Download the latest Railo 4.x Express with Jetty from http://getrailo.com/
Place those files inside a directory on your Macintosh HD, we're going to use `/usr/local/railo` for ours.
Copy the files in this repo over top of the railo folder so finish setup.
Open up Terminal.app and type:
`chmod +x /usr/local/railo/railo_init`
And then edit bashrc file:
`nano ~/.bashrc`
Add these lines to `.bashrc`
export RAILO_INIT=/usr/local/railo
export PATH=$RAILO_INIT:$PATH
Then press CTRL+O to write to the file.
Now if you close and re-open Terminal, you should