Commit 06e2f49c authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc

parent d930addb
Loading
Loading
Loading
Loading
+17 −11
Original line number Diff line number Diff line
@@ -100,15 +100,11 @@ feature is still WIP and I won't deploy it.

* current							      :entry:
** 
** 2019-02-28 add gocd support.
// was add trivis-ci support.
- does trivis-ci send email when build failed?
- just create new project on python2.7, python3.5, pypy env.
  then run "make test"
- trivis-ci only support github now.
  GitLab integration · Issue #5931 · travis-ci/travis-ci · GitHub
  https://github.com/travis-ci/travis-ci/issues/5931
- maybe add gocd support for it instead.
** 2019-02-28 add support for running application test using docker-compose.
see ~/websites/url-alias project for an example.

add docker-compose.yml
update Makfile

** 2019-02-24 fix :url in project.clj
create a blog post about this template.
@@ -134,6 +130,9 @@ unit tests against defined python in tox.ini.

** 2016-08-07 in python project template, add a project wide pylintrc file.
see example ~/.pylintrc
** 2014-05-09 add sphinx support

* done								      :entry:
** 2016-06-30 update it for use with default debian config. (non-yy env)
- update nginx config file
- add support for systemd
@@ -141,9 +140,16 @@ see example ~/.pylintrc
  doesn't exist.

  make sure it works on fresh system. use a VM to test it.
** 2014-05-09 add sphinx support
** 2019-02-28 add gocd support.
// was add trivis-ci support.
- does trivis-ci send email when build failed?
- just create new project on python2.7, python3.5, pypy env.
  then run "make test"
- trivis-ci only support github now.
  GitLab integration · Issue #5931 · travis-ci/travis-ci · GitHub
  https://github.com/travis-ci/travis-ci/issues/5931
- maybe add gocd support for it instead.

* done								      :entry:
** 2019-02-24 drop :repositories from project.clj
** 2019-02-27 another problem on new created project.
make test fail on new project.