Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danigb/pages
calc pages second try
https://github.com/danigb/pages
Last synced: 13 days ago
JSON representation
calc pages second try
- Host: GitHub
- URL: https://github.com/danigb/pages
- Owner: danigb
- Created: 2008-07-13T12:04:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-09-22T10:22:33.000Z (about 15 years ago)
- Last Synced: 2023-04-11T13:58:28.125Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
SPHINX!!
1. install sphinx
wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
tar zxvf sphinx-0.9.8.tar.gz
cd sphinx-0.9.8/
./configure
make
sudo make install2. install thinking-sphinx
git clone git://github.com/freelancing-god/thinking-sphinx.git vendor/plugins/thinking-sphinREFERENCES:
http://freelancing-gods.com/posts/a_concise_guide_to_using_thinking_sphinx
http://railscasts.com/episodes/120-thinking-sphinxrake annotate_models
./script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/acts_as_list/
./script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/acts_as_tree/
./script/plugin install http://repo.pragprog.com/svn/Public/plugins/annotate_models/
./script/plugin install svn://errtheblog.com/svn/plugins/auto_migrations
./script/plugin install http://svn.techno-weenie.net/projects/plugins/acts_as_versioned/
@deprecated
./script/plugin install http://svn.techno-weenie.net/projects/plugins/attachment_fu/
./script/plugin install git://github.com/technoweenie/attachment_fu.git
./script/plugin install git://github.com/mislav/will_paginate.gitEXPORT AND IMPORT DB
http://www.railslodge.com/plugins/830-yaml-db
./script/plugin install http://opensource.heroku.com/svn/rails_plugins/yaml_db/RUBY INLINE on toami
(inside enviroment.rb)
ENV['INLINEDIR'] = File.join(File.dirname(__FILE__),"../../inline")TODO
1. al crear un nuevo proyecto, habría que indicar también la URL pública
2. la URL publica debe empezar por / !!?¿?