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 (
enano /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 28 07:44:43 -0700 2009 | |
| |
LICENSE.txt | Fri Apr 17 16:11:46 -0700 2009 | |
| |
README | Fri Aug 28 08:12:39 -0700 2009 | |
| |
Rakefile | Fri Jan 09 07:25:21 -0800 2009 | |
| |
app/ | Fri Aug 28 08:10:10 -0700 2009 | |
| |
clean.sh | Fri Aug 28 08:10:10 -0700 2009 | |
| |
config/ | Fri Aug 28 08:10:10 -0700 2009 | |
| |
db/ | Fri Aug 28 07:44:43 -0700 2009 | |
| |
doc/ | Fri Jan 09 07:25:21 -0800 2009 | |
| |
lib/ | Fri Aug 28 08:01:26 -0700 2009 | |
| |
public/ | Wed Apr 01 06:00:51 -0700 2009 | |
| |
script/ | Thu Dec 04 08:23:34 -0800 2008 | |
| |
test/ | Fri Jan 09 07:25:21 -0800 2009 | |
| |
vendor/ | Fri Jan 09 07:25:21 -0800 2009 |
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







