Skip to content

Commit 245cecb

Browse files
project setup
1 parent e447971 commit 245cecb

File tree

1 file changed

+90
-1
lines changed

1 file changed

+90
-1
lines changed

README.md

Lines changed: 90 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,93 @@ Todo List for Getting Things Done
2424
- [https://devcenter.heroku.com/articles/heroku-cli](https://devcenter.heroku.com/articles/heroku-cli)
2525

2626

27-
### Setup Test and Development on Localhost
27+
### Setup Test and Development on Localhost
28+
29+
TODO
30+
31+
- run with:
32+
´´´
33+
mvn clean spring-boot:run
34+
´´´
35+
36+
## Contribute
37+
38+
39+
### Fork, patch and contribute code
40+
41+
Feel free to fork Twitterwall [Git repository at GitHub][simpleworklist-github] for your own use and
42+
updates.
43+
44+
Contribute your fixes and new features back to the main codebase using
45+
[GitHub pull requests][github-pull-req].
46+
47+
[simpleworklist-github]: https://github.com/phasenraum2010/simpleworklist2/
48+
[github-pull-req]: http://help.github.com/articles/using-pull-requests
49+
50+
### Issues (bug and feature tracker)
51+
52+
Please report any bugs found, feature requests or other issues on
53+
[Twitterwall GitHub tracker][twitterwall-issues].
54+
55+
When creating a new issue, try following [necolas's guidelines][issue-guidelines].
56+
57+
[twitterwall-issues]: https://github.com/phasenraum2010/twitterwall2/issues
58+
[issue-guidelines]: http://github.com/necolas/issue-guidelines/#readme
59+
60+
### Support
61+
62+
Let me know if you are using Simpleworklist2. I may get around to creating a showcase page listing user sites.
63+
64+
[Contact me][av-site] if you have questions about Simpleworklist2, or just like to say something about it.
65+
If you _really really_ like it and want to support the author, I will be glad to
66+
[accept a small donation][donate].
67+
68+
[av-site]: https://twitter.com/ThomasWoehlke
69+
[donate]: https://www.paypal.me/ThomasWoehlke
70+
71+
### Author
72+
73+
**Thomas Wöhlke**
74+
+ Twitter: [https://twitter.com/ThomasWoehlke](https://twitter.com/ThomasWoehlke)
75+
+ Github: [https://github.com/phasenraum2010](https://github.com/phasenraum2010)
76+
+ Blog: [https://thomas-woehlke.blogspot.de](https://thomas-woehlke.blogspot.de)
77+
78+
### Acknowledgements
79+
80+
+ Twitterwall Frontend is built on [Bootstrap][bootstrap].
81+
+ These include icons from [Glyphicons][glyphicons] and web fonts from [Google][webfonts].
82+
+ JavaScript goodies with [jQuery][jquery].
83+
+ More icons by [fontawesome][fontawesome].
84+
+ Twitterwall Backend is made with [Java][java] and [Spring-Boot][spring-boot].
85+
+ Spring Frameworks used: [MQ][spring-integration], [JPA][spring-data-jpa], [Security][spring-security] and [Twitter][spring-social-twitter]
86+
+ Database [PostgreSQL][postgresql] and jdbc by [PostgreSQL-JDBC][postgresql-jdbc].
87+
+ Running on Cloud-Service [Heroku][heroku] with [Heroku PostegreSQL][postgresql-heroku].
88+
89+
[java]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
90+
[fontawesome]: http://fontawesome.io/icons/
91+
[postgresql-jdbc]: https://jdbc.postgresql.org/
92+
[postgresql]: https://www.postgresql.org/
93+
[heroku]: https://heroku.com/
94+
[postgresql-heroku]: https://devcenter.heroku.com/categories/heroku-postgres/
95+
[spring-boot]: https://projects.spring.io/spring-boot/
96+
[spring-integration]: http://projects.spring.io/spring-integration/
97+
[spring-data-jpa]: http://projects.spring.io/spring-data-jpa/
98+
[spring-security]: http://projects.spring.io/spring-security/
99+
[spring-social-twitter]: http://projects.spring.io/spring-social-twitter/
100+
[bootstrap]: http://getbootstrap.com/
101+
[glyphicons]: http://glyphicons.com/
102+
[webfonts]: http://www.google.com/webfonts/
103+
[jquery]: http://jquery.org
104+
105+
### Copyright and license
106+
107+
© 2017 Thomas Wöhlke
108+
109+
Licensed under the **Apache License, Version 2.0**
110+
111+
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
112+
113+
Except where otherwise noted, Documentation of this work is licensed under
114+
[Creative Commons CC BY-ND 3.0](http://creativecommons.org/licenses/by-nd/3.0/)
115+
116+

0 commit comments

Comments
 (0)