https://github.com/nullvoxpopuli/comsat
I replay selector and launcher for StarCraft 2
https://github.com/nullvoxpopuli/comsat
Last synced: about 1 year ago
JSON representation
I replay selector and launcher for StarCraft 2
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/comsat
- Owner: NullVoxPopuli
- Created: 2011-08-10T19:54:09.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-14T16:08:16.000Z (almost 15 years ago)
- Last Synced: 2024-10-03T11:58:14.243Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.63 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Devise Example for Rails 3
Example App using devise. http://github.com/plataformatec/devise
== Installation
Install bundler if you haven't yet:
gem install bundler
Install the gems:
bundle install
This will install Rails 3, sqlite3-ruby gem and Devise 1.3.1.
Rake devise setup task:
rake devise:setup
This will:
* drop any existing database
* create a new database
* migrate the database
* create a default user and admin
Run the server and use the credentials provided by the rake task to sign in and test the application.
== License
MIT License. Copyright 2010 Plataforma Tecnologia. http://blog.plataformatec.com.br