#Fedena Installation Script
The official fedena installation guide is not fully documented.So,here i have released fully working installation script.I have tested in Ubuntu Server 12.04.1 LTS 64 bit in AWS-ec2 and it is working fine.
##Installation
-
Just ssh to your server , make a/c say
deployer
withsudo
permission . -
Run the below command in home directory
-
First install the required fedena dependency .
curl https://raw.github.com/passion8/fedena-install/master/required.sh | bash
-
Now, install fedena finally
curl https://raw.github.com/passion8/fedena-install/master/fedena-related.sh | sudo bash
The above command will take you straight to Phussion Passenger installation
with fedena in ~/fedena
please go to with_rvm branch.
- This installation will remove all your installed gems .
- This gem will downgrade
rubygems
.
http://paritosh.passion8.co.in/post/49878771105/fedena-installation-guide
##Contribution 👍
- log support
- Centos support script welcome .
- Code Refactoring
- Code Commenting
Enjoy 😃