public
Description: Enano is a small CMS written in Ext JS and Ruby on Rails for the backend with and cool FileManager
Homepage:
Clone URL: git://github.com/boriscy/enano.git
enano /
name age message
file .gitignore Fri Aug 28 07:44:43 -0700 2009 Improved migrations [boriscy]
file LICENSE.txt Fri Apr 17 16:11:46 -0700 2009 Actualizacion [Boris Barroso]
file README Fri Aug 28 08:12:39 -0700 2009 Rails 2.3.3 [boriscy]
file Rakefile Fri Jan 09 07:25:21 -0800 2009 Borrada la base de datos [Boris Barroso]
directory app/ Fri Aug 28 08:10:10 -0700 2009 Rails 2.3.3 [boriscy]
file clean.sh Fri Aug 28 08:10:10 -0700 2009 Rails 2.3.3 [boriscy]
directory config/ Fri Aug 28 08:10:10 -0700 2009 Rails 2.3.3 [boriscy]
directory db/ Fri Aug 28 07:44:43 -0700 2009 Improved migrations [boriscy]
directory doc/ Fri Jan 09 07:25:21 -0800 2009 Borrada la base de datos [Boris Barroso]
directory lib/ Fri Aug 28 08:01:26 -0700 2009 Prepare for branch [boriscy]
directory public/ Wed Apr 01 06:00:51 -0700 2009 Antes de rails 2.3 [boriscy]
directory script/ Thu Dec 04 08:23:34 -0800 2008 Primer ingreso con GIT ya que el proyecto estab... [boriscy]
directory test/ Fri Jan 09 07:25:21 -0800 2009 Borrada la base de datos [Boris Barroso]
directory vendor/ Fri Jan 09 07:25:21 -0800 2009 Borrada la base de datos [Boris Barroso]
README
Welcome to all to enano, enano is a small project with and interesting
interface made with Ext JS, it has a cool filebrowser and it is integrated
with tinyMCE
Just download and run the migrations and then run the project

rake db:migrate # Runs migrations
./script/server # Runs server

to login go to http://localhost:3000/login.

login: admin
password: demo123

in case that you run MySQL as your database create your database 
modify the config/database.yml and run the migrations (rake db:migrate)
development:
  adapter: mysql
  encoding: utf8
  database: enano
  pool: 5
  username: login
  password: pass

run the migrations start the server
login to http://localhost/login
login=demo;password=demo123
now you can check the admin area
To add new users go to
then go to http://localhost:3000/signup

Post (english):
http://extjs.com/forum/showthread.php?t=54461
----------------------------------------------------------
Español
Saludos a todos y bienvenidos a Enano un proyecto muy interesanta,
Deben desgargar el proyecto y una ves que descarguen hagan lo siguiente.

Esta aplicación funciona con Rails 2.2.2 osea la versión oficial del Rails 2.2

Para que pueda funcionar solo inicien el servidor rails
./script/server
Dirijanse a la página http://localhost:3000

y si desean ver como funciona con el admin solo vayan a

http://localhost:3000/login

login: admin
password: demo123


En caso de que quieran usar MySQL modifiquen el config/database.yml 
development:
  adapter: mysql
  encoding: utf8
  database: enano
  pool: 5
  username: login
  password: pass

creen la la base de datos ejecuten las migraciones (rake db:migrate)
Si desean crear nuevos usuarios lo pueden realizar en:
http://localhost:3000/signup


Post (español):
http://softwarelibre.org.bo/borisb/weblog/3566.html