remove commits mention, nobody proceed this way

This commit is contained in:
Carl Chenet 2017-02-28 11:44:57 +01:00
parent 5fdc105483
commit e2116b379a

View file

@ -5,9 +5,10 @@ This is the source code of the website operating at
SQL (MariaDB in production) backend for the database and Sphinx for the search SQL (MariaDB in production) backend for the database and Sphinx for the search
engine. engine.
This code is forked from the [lobste.rs](https://lobster.rs) engine, authored by Joshua Stein © 2012-2016 (until commit 335e1fd0c43313c0ead7f3499b22e081f93e6c28 Nov 3 2016) licensed under the 3-BSD license. The current code is [available here](https://github.com/lobsters/). See the license/LICENSE.lobsters for the original license and copyright. The new code is Carl Chenet © 2016-2017 (starting Nov 8 2016) licensed under the AGPLv3 license. See the license/LICENSE.journalduhacker for the full license.
This code is forked from the [lobste.rs](https://lobster.rs) engine, authored by Joshua Stein © 2012-2016 (until Nov 3 2016) licensed under the 3-BSD license. The current code is [available here](https://github.com/lobsters/). See the license/LICENSE.lobsters for the original license and copyright.
The new code is Carl Chenet © 2016-2017 (starting commit cee4920216cb1b24d0180c5c4d2da87e96475b19 Nov 8 2016) licensed under the AGPLv3 license. See the license/LICENSE.journalduhacker for the full license.
####Contributing bugfixes and new features ####Contributing bugfixes and new features
@ -93,3 +94,4 @@ in a `config/initializers/production.rb` or similar file:
* In production, set up crontab or another scheduler to run regular jobs: * In production, set up crontab or another scheduler to run regular jobs:
*/20 * * * * cd /path/to/journalduhacker && env RAILS_ENV=production bundle exec rake ts:index > /dev/null */20 * * * * cd /path/to/journalduhacker && env RAILS_ENV=production bundle exec rake ts:index > /dev/null