Giter VIP home page Giter VIP logo

enano's Introduction

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

enano's People

Contributors

boriscy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.