Cappuccino - Install From Source Error
http://www.cappuccino-project.org/learn/build-source.html
There seams to be a problem when running ./bootstrap.sh and jake is not accessible.
When running it you shoudl get the following “Couldn’t find a shell configuration file.”
This is due to .profile file missing from your system.
All you have to do is create it:
1) Execute “nano ~/.profile” from a terminal window
2) Nano will open an empty file.
3) Ctrl-O then enter and then Ctrl-X
4) Run ./bootstrap.sh again and it should work