Skip to content

Commit

Permalink
rename rails4_template to just template
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Mar 10, 2016
1 parent 4b99ba1 commit 53d5eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
@@ -1,9 +1,9 @@
Since Github started forcing SSL in all its URLs, we need to download the template file separately:

<pre><code>wget --no-check-certificate https://github.com/dcrec1/rails4_template/raw/master/rails4_template.rb -O /tmp/rails4_template.rb</pre></code>
<pre><code>wget --no-check-certificate https://github.com/dcrec1/rails5_template/raw/master/template.rb -O /tmp/template.rb</pre></code>

Then whenever you want to create a new project, just do:

<pre><code>rails new app_name -T -m /tmp/rails4_template.rb</code></pre>
<pre><code>rails new app_name -T -m /tmp/template.rb</code></pre>

Change <tt>app_name</tt> for your project name. You can configure what you need and run <tt>rake db:migrate</tt> to get started.
File renamed without changes.

0 comments on commit 53d5eb1

Please sign in to comment.