You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/07 02:29:38 UTC

[incubator-ponymail-foal] branch master updated: point to install doc instead

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 0821f6f  point to install doc instead
0821f6f is described below

commit 0821f6f7f54405e39ca6dbc1bc1d6c3018b6deec
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 6 21:29:31 2021 -0500

    point to install doc instead
---
 server/README.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/server/README.md b/server/README.md
index 9abd73d..fb7def2 100644
--- a/server/README.md
+++ b/server/README.md
@@ -26,13 +26,10 @@ authentication mechanism.
 
 
 ## How to run:
-- Install the Pony Mail service through `tools/setup.py` first. 
-  This will create a ponymail.yaml for the backend server as well
-- install `pipenv`, for example via aptitude: `apt install pipenv`.
-- Install the environment for the server: `pipenv install -r requirements.txt`
-- Run the server: `pipenv run python3 main.py`
+See the [Installation documentation](https://github.com/apache/incubator-ponymail-foal/blob/master/INSTALL.md) 
+for instructions on how to install Foal.
 
-This should fire up a backend server on 127.0.0.1:8080. You can then proxy to 
+Once followed, this should fire up a backend server on 127.0.0.1:8080. You can then proxy to 
 that using a web server of your choice. The `/api/` URL of your online archive 
 should be passed straight to the backend, while the rest should be served from 
 the `webui/` directory in this repository.