@@ -24,7 +24,7 @@ <h1 class="header">Publify</h1>
2424 < li > < a class ="buttons github " href ="https://github.com/publify/publify "> View On GitHub</ a > </ li >
2525 </ ul >
2626
27- < p class ="header "> This project is maintained by < a class ="header name " href ="https://github.com/publify "> publify </ a > </ p >
27+ < p class ="header "> This project is maintained by < a class ="header name " href ="https://github.com/publify "> Publify </ a > </ p >
2828
2929
3030 </ header >
3939 < p > You can download Publify < a href ="https://github.com/publify/publify/releases/latest "> latest release</ a > or clone < a href ="https://github.com/publify/publify "> the Publify
4040 repository</ a > .</ p >
4141
42- < p > < a href ="https://travis-ci.org/publify/publify "> < img src ="https://travis-ci.org/publify/publify.png " alt ="Build Status "> </ a >
43- < a href ="https://codeclimate.com/github/publify/publify "> < img src ="https://codeclimate.com/github/publify/publify.png " alt ="Code Climate "> </ a >
44- < a href ="https://gemnasium.com/publify/publify "> < img src ="https://gemnasium.com/publify/publify.png " alt ="Dependency Status "> </ a > </ p >
45-
4642 < h2 >
4743 < a name ="whats-publify " class ="anchor " href ="#whats-publify "> </ a > What's Publify?</ h2 >
4844
6258 < li > A widgets system and a plugin API</ li >
6359 < li > Custom themes</ li >
6460 < li > Advanced SEO capabilities</ li >
65- < li > Multilingual : Publify is (more or less) translated in English, French, German, Danish, Norwegian, Japanese, Hebrew, Simplified Chinese, Mexican Spanish, Italian, Lithuanian, Dutch, Polish, Romanian…</ li >
61+ < li > Multilingual: Publify is (more or less) translated in English, French, German, Danish, Norwegian, Japanese, Hebrew, Simplified Chinese, Mexican Spanish, Italian, Lithuanian, Dutch, Polish, Romanian…</ li >
6662 </ ul >
67- <!--
68- <h2>
69- <a name="demo-site" class="anchor" href="#demo-site"></a>Demo site</h2>
7063
71- <p>You can <a href="http:// demo.publify.co">give Publify a try </a></p >
64+ < h2 > < a name =" demo-site " class =" anchor " href =" #demo-site " > </ a > Demo site </ h2 >
7265
73- <p>The login / password <a href="http://demo.publify.co/admin">to the admin</a>
74- are:</p>
66+ < p > You can < a href ="https://demo-publify.herokuapp.com/ "> give Publify a try</ a > </ p >
7567
76- <ul>
77- <li>Administrator: admin / admin</li>
78- <li>Publisher: publish / publish</li>
79- </ul>
80- <p>The demo is reset every 2 hours.</p>
81- -->
82-
83- < h2 >
84- < a name ="install-publify--locally " class ="anchor " href ="#install-publify--locally "> </ a > Install Publify locally</ h2 >
85-
86- < p > To install Publify you need the following:</ p >
68+ < p > The login / password < a href ="https://demo-publify.herokuapp.com/admin "> to the admin</ a >
69+ are:</ p >
8770
8871 < ul >
89- < li > Ruby 2.0 or 2.1</ li >
90- < li > Ruby On Rails 4.1.1</ li >
91- < li > < p > A database engine, MySQL, PgSQL or SQLite3</ p > </ li >
72+ < li > Administrator: admin / admin123</ li >
73+ < li > Publisher: demo / demo1234</ li >
9274 </ ul >
93- < ol >
94- < li > Unzip Publify archive</ li >
95- < li > Rename database.yml.yourEngine as database.yml</ li >
96- < li > Edit database.yml to add your database name, login and password.</ li >
97- </ ol >
98- < div class ="highlight highlight-bash ">
99- < pre > < span class ="nv "> $ </ span > bundle install
100- < span class ="nv "> $ </ span > rake db:create
101- < span class ="nv "> $ </ span > rake db:migrate
102- < span class ="nv "> $ </ span > rake db:seed
103- < span class ="nv "> $ </ span > rake assets:precompile
104- < span class ="nv "> $ </ span > rails server
105- </ pre >
106- </ div >
107-
108- < p > You can now launch you browser and access to 127.0.0.1:3000.</ p >
109-
110- < h2 >
111- < a name ="install-publify-on-heroku " class ="anchor " href ="#install-publify-on-heroku "> </ a > Install Publify on Heroku</ h2 >
112-
113- < p > In order to install Publify on Heroku, you’ll need to do some minor tweaks.</ p >
114-
115- < h3 >
116- < a name ="storage " class ="anchor " href ="#storage "> </ a > Storage</ h3 >
117-
118- < p > You need to setup Amazon S3 storage to be able to upload files on your
119- blog. Set Heroku config vars.</ p >
120-
121- < div class ="highlight highlight-yaml ">
122- < pre > < span class ="l-Scalar-Plain "> heroku config:set provider=AWS</ span >
123- < span class ="l-Scalar-Plain "> aws_access_key_id=YOUR_AWS_ACCESS_KEY_ID</ span >
124- < span class ="l-Scalar-Plain "> aws_secret_access_key=YOUR_AWS_SECRET_ACCESS_KEY</ span >
125- < span class ="l-Scalar-Plain "> aws_bucket=YOUR_AWS_BUCKET_NAME</ span >
126- </ pre >
127- </ div >
128-
129- < p > To generate the Gemfile.lock, run:</ p >
130-
131- < div class ="highlight highlight-bash "> < pre > < span class ="nv "> HEROKU</ span > < span class ="o "> =</ span > < span class ="nb "> true </ span > bundle install
132- </ pre > </ div >
133-
134- < p > Remove Gemfile.lock from .gitignore and commit it.</ p >
135-
136- < p > Add the HEROKU config variable to your Heroku instance:</ p >
137-
138- < div class ="highlight highlight-bash "> < pre > heroku config:set < span class ="nv "> HEROKU</ span > < span class ="o "> =</ span > < span class ="nb "> true</ span >
139- </ pre > </ div >
140-
141- < p > Push the repository to Heroku.</ p >
142-
143- < p > When deploying for the first time, Heroku will automatically add a Database plugin to your instance and links it to the application.
144- After the first deployment, don't forget to run the database migration and seed.</ p >
145-
146- < div class ="highlight highlight-bash "> < pre > heroku run rake db:migrate db:seed
147- </ pre > </ div >
148-
149- < p > If application error has occurred after migration, you need to restart Heroku server.</ p >
150-
151- < div class ="highlight highlight-bash "> < pre > heroku restart
152- </ pre > </ div >
75+ < p > The demo is reset every hour.</ p >
15376
15477 < h2 >
15578 < a name ="resources " class ="anchor " href ="#resources "> </ a > Resources</ h2 >
16285 < li > < a href ="https://twitter.com/getpublify "> Publify on Twitter</ a > </ li >
16386 < li > IRC: #publify on irc.freenode.net</ li >
16487 </ ul >
165- < h3 > < a name ="maintainers " class ="anchor " href ="#maintainers "> </ a > Maintainers</ h3 >
166-
167- < p > This is a list of Publify maintainers. If you have committed, please add
168- your name and contact details to the list.</ p >
169-
170- < p > < strong > Frédéric de Villamil</ strong >
171- blog: < a href ="http://t37.net "> http://t37.net</ a >
172- irc: neuro`</ p >
173-
174- < p > < strong > Matijs van Zuijlen</ strong >
175- blog: < a href ="http://www.matijs.net/blog/ "> http://www.matijs.net/blog/</ a >
176- irc: matijs</ p >
177-
178- < p > < strong > Thomas Lecavelier</ strong >
179- blog: < a href ="http://blog.ookook.fr/ "> http://blog.ookook.fr/</ a >
180- irc: ook</ p >
181-
182- < p > < strong > Yannick François</ strong >
183- blog: < a href ="http://elsif.fr "> http://elsif.fr</ a >
184- irc: yaf</ p >
185-
186- < p > And < a href ="https://github.com/publify/publify/graphs/contributors "> many more cool people who’ve one day or another contributed to
187- Publify</ a > .</ p >
188-
189- < p > < strong > Original Author: Tobias Luetke</ strong >
190- blog: < a href ="http://blog.leetsoft.com/ "> http://blog.leetsoft.com/</ a >
191- irc: xal</ p >
19288
19389 < p > Enjoy,< br >
19490 The Publify team</ p >
0 commit comments