-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
- ISSUE-1 Add a memory server application | ||
- ISSUE-6 Produce simple docker images with JIB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# openpaas-james Memory server | ||
|
||
This server, intended for testing, relies fully on lightweight memory | ||
datastructures. | ||
|
||
To build it: | ||
|
||
``` | ||
mvn clean install | ||
mvn compile com.google.cloud.tools:jib-maven-plugin:2.7.0:dockerBuild | ||
``` | ||
|
||
Then run it: | ||
|
||
``` | ||
docker run linagora/openpaas-james-memory | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Upgrade instructions | ||
|
||
This document covers every changes an Ops needs to be aware of when running OpenPaaS-James mail server. | ||
|
||
The following procedures are to take as it, and Linagora, nor its contributors, can not be | ||
responsible for any damages generated by following the below procedures. | ||
|
||
Before performing these operations, you should ensure to have the skills to conduct the operations, and you should read other | ||
software documentation. Do not follow this guide blindly! | ||
|
||
## Unreleased | ||
|
||
Note: this section is in progress. It will be updated during all the development process until the release. | ||
|
||
Changes to apply between openpaas-1.9.x and openpaas-1.10.x will be reported here. | ||
|
||
Change list: | ||
|
||
(No changes yet.) |