Skip to content

Commit

Permalink
update in installation procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
saravana-cb committed Jan 5, 2015
1 parent f3931f9 commit aa906f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -7,6 +7,7 @@ PHP

* Copy the files under chargebee-samples/php folder to your apache's default site (mostly /var/www/)
* Download the latest ChargeBee's [php library] and extract the files under /var/www directory.
* **Note:** You need to [enable] mod-rewrite and .htaccess in your apache server to run the samples.

You should now be able to try out the various samples.

Expand All @@ -18,6 +19,7 @@ To try out the samples execute the following commands under the chargebee-sample

* bundle install
* rails new cb_sample_apps -s
* cd cb_sample_apps
* rails server

JAVA
Expand All @@ -31,7 +33,7 @@ To try out the samples please follow the below steps
* **Note:** The samples need to run in the root context ("/"). So in <tomcat home>/conf/server.xml add a context path with docbase set to chargebee-samples/java/webapp and path set as "/". Or you could also copy the files to the ROOT context.
* Start the tomcat server.


[enable]: https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite
[ChargeBee tutorials]: https://chargebee.com/tutorials
[Tomcat site]: http://tomcat.apache.org/download-70.cgi "Tomcat site"
[java library]: https://github.com/chargebee/chargebee-java/tree/master/dist
Expand Down

0 comments on commit aa906f4

Please sign in to comment.