Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

camping(1) [debian man page]

CAMPING(1)							   User Commands							CAMPING(1)

NAME
camping - small Ruby web framework for MVC type applications SYNOPSIS
camping app1.rb app2.rb... DESCRIPTION
Camping is a web framework which consistently stays at less than 4kb of code. The idea here is to store a complete fledgling web applica- tion (written in Ruby) in a single file like many small CGIs, but to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you've got it going. Specific options: -h, --host HOSTNAME Host for web server to bind to (default is all IPs) -p, --port NUM Port for web server (defaults to 3301) -d, --database FILE SQLite3 database path (defaults to ~/.camping.db) -C, --console Run in console mode with IRB -s, --server NAME Server to force (mongrel, webrick, console) Common options: -?, --help Show this message -v, --version Show version FILES
~/.camping.db The default database file. SEE ALSO
The Camping website on http://camping.rubyforge.org/. AUTHOR
This manual page was written by Paul van Tilburg <paulvt@debian.org>, for the Debian GNU/Linux system (but may be used by others). camping 2.0 May 2010 CAMPING(1)

Check Out this Related Man Page

nginx(1)                                                                                                                                  nginx(1)

NAME
nginx - small, powerful, scalable web/proxy server SYNOPSIS
nginx [options] <configuration file> DESCRIPTION
Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. OPTIONS
A summary of options is included below: -?,-h Show this help. -v Show version and exit. -V Show version and configure options then exit. -s signal Send signal to a master process: stop, quit, reopen, reload. -p prefix Set prefix path. -g directives Set global directives out of configuration file. -c <configuration file> Specifies a particular configuration file for nginx to load. -t Tests nginx configuration and exit. SEE ALSO Website: <http://nginx.org/> AUTHORS nginx was written by Igor Sysoev <igor@sysoev.ru>. This manual page was written by Jose Parrella <joseparrella@cantv.net> and Kartik Mistry <kartik@debian.org>, for the Debian project (but may be used by others). nginx(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Web Administration

Hi I need help on to administering a web server.We r hosting web sites . I need an web interface through customers can login into their Account Control Centre where they can manipulate ftp,mailboxes,passwors,crond,mysql Vijay (4 Replies)
Discussion started by: Vijayanand
4 Replies

2. Programming

How much different?

Well I have been a network admin over 4 years and am wanting to get more into programming, web development and database management. As such I have gone back to school for web development, during my classes I will take a part on C++ which I have been interested in learning. The question I basically... (3 Replies)
Discussion started by: Zivux
3 Replies

3. UNIX for Dummies Questions & Answers

http request forward

Hi, Maybe it's a stupid question, anyway here goes.. I have an Apache web server on Solaris box, let's say A, with a public ip and a web application on a Linux box, uhmmm B, on a private lan with a private ip. I want the people from outside to connect to the app, but its inside the lan,... (4 Replies)
Discussion started by: piltrafa
4 Replies

4. Programming

does any one know free web server to embed in my app

Hello all im looking for free web server to give my app the ability to be simple web server with ssl support if it can be included , does any one have experience with this kind of task ? (4 Replies)
Discussion started by: umen
4 Replies

5. Shell Programming and Scripting

HELP: check if website is on, if not email

if {ping -c 1 www || { "Destination Host Unreachable" ; }} then { echo "neveikia senas-pastas, web serveris" | mailx -s "Senas web serveris" mail } endif; this is my script but it does not work... :confused: this script will be used to check if website is online if not then sends an... (7 Replies)
Discussion started by: big_nobody
7 Replies

6. Web Development

How do you make web sites?

:confused: I've read how on some websites but I still don't get it. I need specific details. I want to make a website for my photography. Please help!:D (3 Replies)
Discussion started by: animelibara123
3 Replies

7. UNIX for Dummies Questions & Answers

Command to check unix have web server

Hye All Any body know what is command to check whether unix have web server. (3 Replies)
Discussion started by: mastercar
3 Replies

8. Web Development

Which database to use? or XML?

so I am working on a server asset tool for our company, this will be a web based tool, perl/CGI. each record will have server name, serial number, os type, rack number and such. then we will have a page for searching, by serial number of host name or whatever... this will end up with about... (5 Replies)
Discussion started by: robsonde
5 Replies

9. Web Development

Permission problems calling Ruby from php script

I'm just getting my feet wet with web development, so hopefully this is a simple thing I'm overlooking, but so far I'm stumped. I have a php script that calls Ruby via exec(). This works fine in my test environment, but when I moved it to my production environment I run into a permissions... (7 Replies)
Discussion started by: dantes990
7 Replies

10. AIX

View OS version within HMC web GUI?

Hello there Im wondering is there any way to see lpar OS info (like 5.3 or 6.1) in HMC web GUI? Because in some situation, the lpar is inactive, the only way to check OS version is to activate, this process takes time :) Tks! (8 Replies)
Discussion started by: bsddaemon
8 Replies

11. Web Development

Ideas for site migration: How would you do it? LAMP -> something w/ Sql Server

I'm afraid I'm going to have to migrate our entire website from Linux. There have been a number of irregularities in our MySQL database and the system that we have set up -probably isn't scalable. Since my manager is re-envisioning (taking the moment to re-engineer) -he wants to move the... (5 Replies)
Discussion started by: Astrocloud
5 Replies

12. Web Development

Software to deploy website ?

Hi, I'm planning to deploy a website in my LAN. I already have apache installed in my PC, but I dont want to write codes for web page rather is there any software that allows me to design webpage, add contents, add users, upload docs etc.. rapidly. Free softwares are most welcome (both in... (9 Replies)
Discussion started by: Arun_Linux
9 Replies

13. Web Development

Web Interface for a database

Hi Gents, What is the best way to create a web interface for mysql database? That I can manage my data for root user and for normal user as well according to their privileges? Assuming that I use Linux as a server and Apache as a web server and my database is mysql. Thanks in advance (5 Replies)
Discussion started by: leo_ultra_leo
5 Replies

14. Web Development

Which technology is used on this website?

Hi, Home ~ InfoBeans I want to know technology framework using which we can achieve that kind of look and feel Thanks (6 Replies)
Discussion started by: ezee
6 Replies

15. Web Development

Problems starting webserver (WEBRick) on Rails

Good afternoon: I need your help please: Im new at web applications and i started taking a Ruby on Rails course and as a part of the installations i followed the instructions given on page: http://railsapps.github.io/installrubyonrails-ubuntu.html I followed every step and id did not yield... (6 Replies)
Discussion started by: alexcol
6 Replies