OpenARC icon indicating copy to clipboard operation
OpenARC copied to clipboard

Where's the INSTALL file?

Open iredmail opened this issue 6 years ago • 7 comments

In project README file:

There is additional information in the INSTALL and FEATURES files ...

But where is this INSTALL file? I cannot find it in this github repo.

iredmail avatar Dec 27 '18 10:12 iredmail

There is none, and it has been asked before

https://github.com/trusteddomainproject/OpenARC/issues/10#issuecomment-472957709

wioxjk avatar Mar 20 '19 11:03 wioxjk

No way to install it then.

Tntdruid avatar Aug 16 '19 05:08 Tntdruid

No way to install it then.

This is incorrect

SnailShea avatar Aug 19 '19 16:08 SnailShea

Anyone has a tutorial/guide to install it?

iredmail avatar Aug 19 '19 16:08 iredmail

Anyone has a tutorial/guide to install it?

Currently at work and can't contribute much. Basically configure, make, make install and then modify the documents which, if initial configuration was done correctly, should be in /etc

SnailShea avatar Aug 19 '19 16:08 SnailShea

I'll be reviewing the PR, and will merge this into the develop branch for testing and integration into the next release.

martinbogo avatar Jun 15 '20 15:06 martinbogo

I found a build script for Ubuntu/Debian here: https://github.com/ValiMail/OpenARCDev/blob/master/bootstrap.sh

Here are the relevant commands to build (tested on Ubuntu 20.04):

sudo apt-get install -yy make automake pkg-config libtool m4 libbsd-dev libssl-dev libmilter-dev
cd /tmp
git clone https://github.com/trusteddomainproject/OpenARC
cd OpenARC
aclocal && autoconf && autoreconf --install && automake --add-missing && ./configure && make all
sudo make install

shaicoleman avatar Nov 24 '20 18:11 shaicoleman