Ubuntu ruby on rails


 
Thread Tools Search this Thread
Top Forums Programming Ubuntu ruby on rails
# 1  
Old 05-19-2012
Ubuntu ruby on rails

Hi,

I am a php developer and I decided to learn ruby on rails.

I have a few question.

I have an ubuntu virtual machine with lamp.
It mean that it has alrweady php and when I access the ip of the machine from my browser it does load the index.php.

if I install ruby on rails will theere be collision between the php and ruby or the server just know that if I ask for ruby file or for php.

second I find this guide to install ruby on ubuntu:Blog of Ryan Bigg - Ubuntu, Ruby, RVM, Rails, and You

after I install ruby per the instruction in this manual, how can I know that I have done it correcty.

I mean I would like to access from my browser and see that the ruby on rails work and give me some "hello world" page, how can I do that?

thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

help plz "ruby on rails'

hey guys i'm currently working as a linux administrator in a company my team leader gave me a task, for sorry i can't get it done i want to run rruby rails on apache webserver and i cant get that done by fcgid or ruby mod or anything i want to use rubygems inside rails plz post me ur experience not... (0 Replies)
Discussion started by: Extend
0 Replies
Login or Register to Ask a Question
compass(1)						      General Commands Manual							compass(1)

NAME
compass - The compass command line tool will help you create and manage the stylesheets for your project. SYNOPSIS
compass [options] [project] DESCRIPTION
The compass command line tool will help you create and manage the stylesheets for your project. Mode Options (only specify one) -i, --install Create a new compass project.The default mode when a project is provided. -u, --update Update the current project.This is the default when no project is provided. -w, --watch Monitor the current project for changes and update -p,--pattern Stamp out a pattern into the current project.Must be used with -f. --write-configuration Write the current configuration to the configuration file. --list-frameworks List compass frameworks available to use --validate Validate your project's compiled css. Requires Java. --grid-img [DIMENSIONS] Generate a background image to test grid alignment. Dimension is given as <column_width>+<gutter_width>.Defaults to 30+10. Install/Pattern Options: -f, --framework FRAMEWORK Use the specified framework. Only one may be specified. -n, --pattern-name NAME The name to use when stamping a pattern.Must be used in combination with -p Sets the project type to a rails project. -?, -h, --help Show a usage summary Configuration Options: -c, --config CONFIG_FILE Specify the location of the configuration file explicitly. --sass-dir SRC_DIR The source directory where you keep your sass stylesheets --css-dir CSS_DIR The target directory where you keep your css stylesheets. --images-dir IMAGES_DIR The directory where you keep your images. --javascripts-dir JS_DIR The directory where you keep your javascripts -e, --environment ENV Use sensible defaults for your current environment. -s, --output-style STYLE Select a CSS output mode. --relative-assets Make compass asset helpers generate relative urls to assets. General Options: -r, --require LIBRARY Require the given ruby LIBRARY before running commands -q, --quiet Quiet mode. --dry-run Dry Run. Tells you what it plans to do. --trace Show a full stacktrace on error --force Force. Allows some failing commands to succeed instead. --imports Emit an imports suitable for passing to the sass command-line. --install-dir Emit the location where compass is installed. -?, -h, --help Show this message -v, --version Print version SEE ALSO
This program is shipped as part of the libcompass-ruby1.8 library package, you can check its corresponding documentation can be found in the libcompass-ruby-doc package. AUTHOR
This manual page was written by Deepak Tripathi<apenguinlinux@gmail.com>, based on the command-line output of this program, for the Debian GNU/Linux system (but may be freely used by others). June 22, 2010 compass(1)