boriscy / enano

Enano is a small CMS written in Ext JS and Ruby on Rails for the backend with and cool FileManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

RUN THE COMMANDS
rake db:migrate
rake db:seed

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

CORRAN LOS COMANDOS
rake db:migrate
rake db:seed

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

About

Enano is a small CMS written in Ext JS and Ruby on Rails for the backend with and cool FileManager

License:Other


Languages

Language:JavaScript 94.2%Language:Ruby 5.8%Language:Shell 0.0%