Skip to content

Commit

Permalink
Update the readme file for later use
Browse files Browse the repository at this point in the history
  • Loading branch information
Sikachu! authored and Sikachu! committed May 8, 2008
1 parent 868ecd0 commit 2c1077d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.markdown
@@ -1,16 +1,13 @@
# Kick-start your new Rails project with this blank-slate application
# Useful Rails template that we're going to use for starting our applications

git clone --origin kickstart git://github.com/mislav/kickstart-rails.git project_name
So in order to create a new project, we first check out the kickstart template:

Example of what you could to after that:
git clone --o kickstart git@github.com:code/kickstart-rails.git project_name

cd project_name
script/generate sexy_scaffold user name:string email:string last_login:datetime
rake db:migrate
script/server

Then visit [localhost:3000/users](http://localhost:3000/users).
And then later, create a project on Github (or on somewhere else), make sure that you're the collaborator of that project. (On Github, just click on edit link and adds a collaborator there.) Then issue the command to add another origin such as:

git remote add origin git@github.com:code/project_name.git

## Preconfigured for:

* Rails 2.1
Expand Down

0 comments on commit 2c1077d

Please sign in to comment.