JAMES-2322 Add links to ease "how to" section navigation
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4b0f9cd1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4b0f9cd1 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4b0f9cd1 Branch: refs/heads/master Commit: 4b0f9cd1283f3a9c5a90a646e6ee30dea5726da3 Parents: eb92fb8 Author: benwa <[email protected]> Authored: Mon Jan 29 10:01:39 2018 +0700 Committer: benwa <[email protected]> Committed: Mon Jan 29 15:03:03 2018 +0700 ---------------------------------------------------------------------- README.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/4b0f9cd1/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index 1671454..114b218 100644 --- a/README.adoc +++ b/README.adoc @@ -37,6 +37,24 @@ https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolut There is many other ways one can help us: packaging, communication, etc ... += How to... + + * https://github.com/apache/james-project/#how-to-try-james[How to try James] + * https://github.com/apache/james-project/#how-to-build-and-publish-the-website[How to build and publish the website] + * https://github.com/apache/james-project/#how-to-release-via-maven-release-plugin[How to release via maven release plugin] + * https://github.com/apache/james-project/#how-to-check-the-compilation[How to check the compilation] + * https://github.com/apache/james-project/#how-to-run-james-in-docker[How to run James in Docker] + ** https://github.com/apache/james-project/#run-james-with-java-8--guice--cassandra--elasticsearch[Run James with Java 8 + Guice + Cassandra + ElasticSearch] + ** https://github.com/apache/james-project/#run-james-with-java-8--guice--jpa--lucene[Run James with Java 8 + Guice + JPA + Lucene] + ** https://github.com/apache/james-project/#run-james-with-java-8--spring--jpa[Run James with Java 8 + Spring + JPA] + * https://github.com/apache/james-project/#other-useful-commands[Other Useful commands] + ** https://github.com/apache/james-project/#how-to-add-a-domain-[How to add a domain?] + ** https://github.com/apache/james-project/#how-to-add-a-user-[How to add a user?] + ** https://github.com/apache/james-project/#how-to-manage-sieve-scripts-[How to manage SIEVE scripts?] + ** https://github.com/apache/james-project/#how-to-retrieve-users-and-password-from-my-previous-container[How to retrieve users and password from my previous container?] + ** https://github.com/apache/james-project/#how-to-run-deployment-tests[How to run deployment Tests] + * https://github.com/apache/james-project/#generating-a-package-for-james[Generating a package for James] + == How to try James Requirements: docker & docker-compose installed. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
