User Tools

Site Tools


ruby_on_rails

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ruby_on_rails [2021/03/15 02:31] – add no wiki tag to a fake url peteyboyruby_on_rails [2021/03/15 18:27] – [Getting started] added link to port allocation page peteyboy
Line 8: Line 8:
  
   * You must be a MetaARPA member to use Rails (see [[http://sdf.org/index.cgi?access|memberships]] page).   * You must be a MetaARPA member to use Rails (see [[http://sdf.org/index.cgi?access|memberships]] page).
 +  * You should figure out your [[meta port allocation| allocated port]] in the metaarray
   * Most Rails applications use a database, so you'll probably want dba membership as well (see [[http://sdf.org/index.cgi?access|memberships]] page). However MetaARPA members may use sqlite if they so desire.   * Most Rails applications use a database, so you'll probably want dba membership as well (see [[http://sdf.org/index.cgi?access|memberships]] page). However MetaARPA members may use sqlite if they so desire.
  
Line 95: Line 96:
 **step 3:** **step 3:**
  
-Start the webrick server on the port **that is equal to your uid**, which you can obtain by executing //''id -u''((Use the "id" command to find your uid+Start the webrick server on your [[meta port allocation |meta allocated port]] that is equal to your //uid ((Example:
  
   $ id -u   $ id -u
Line 109: Line 110:
   => Ctrl-C to shutdown server; call with --help for options   => Ctrl-C to shutdown server; call with --help for options
  
-Then point your browser at ''<nowiki>http://yourdomain:<YOUR UID>''. You should now be looking at the default 'Welcome to Rails page'. Now you can begin to develop your rails app.+Then point your browser at ''<nowiki>http://yourdomain:<YOUR UID></nowiki>''. You should now be looking at the default 'Welcome to Rails page'. Now you can begin to develop your rails app.
  
 ===== Hello, world of Rails! ===== ===== Hello, world of Rails! =====
ruby_on_rails.txt · Last modified: 2021/03/15 18:36 by peteyboy