This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Tom Lieber (author)
Wed Aug 13 19:25:52 -0700 2008
talltom /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
alltom | ||
| |
database.yml.example | ||
| |
helpers.rb | ||
| |
models.rb | ||
| |
post | ||
| |
schema.sql | ||
| |
stylesheets/ | ||
| |
templates/ |
README
TAllTom - AllTom on Thin An exercise in building a small web site on Thin itself. Please let me know if you use this! :) Tom Lieber <tom@alltom.com> - A few gems are required: activerecord, feed_tools, thin, haml, and probably some others. - Load schema.sql into a database supported by ActiveRecord. The SQL comes from MySQL, but uses nothing special, so it should load into other database servers with little effort. - Move database.yml.example to database.yml and update it with information on how to connect to the database you configured. - Start the server by running ./alltom . That will start an HTTP server on port 8000 (configured at the bottom of the script). The "post" script is designed to be used as the login shell for an account that is only used for changing the content of the site. It allows for simple operations like adding/editing/deleting pages, creating new revisions of pages, adding site news, etc. Install it by setting up such an account, configuring the script as its shell (easiest way is by editing /etc/passwd), and attempting to log in as that user over SSH. The available arguments will be displayed.








