Skip to content
Snippets Groups Projects
Commit ba4ab689 authored by Nigel Warr's avatar Nigel Warr
Browse files

Update installation documentation

parent f110be7f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,14 @@ git config --local http.sslVerify false
verification. Once we've downloaded, we can set this for the pository,
so it is not needed afterwards.\\
\subsection{Setting up}
{\color{magenta}
\begin{verbatim}
mkdir ~/Autofill
cp -r fill.conf config ~/Autofill
\end{verbatim}}
\subsection{Compiling}
We can compile with:
......@@ -28,7 +36,14 @@ cd Autofill
make
\end{verbatim}}
\noindent and install:
\noindent Note that it is necessary to copy the \textit{fill.conf}
file in the previous step \textbf{before} running make, since the
Makefile looks for this file and if it doesn't find it assumes it is
in a development environment. If you accidently run make before
copying the \textit{fill.conf} file, copy it and do a ``make clean''
and then ``make'' again.
\noindent Install with:
{\color{magenta}
\begin{verbatim}
......@@ -39,12 +54,5 @@ sudo make install
sudo or root context. If you do it will look for the configuration
files in root's home directory, so you won't be able to use it!
\subsection{Setting up}
{\color{magenta}
\begin{verbatim}
mkdir ~/Autofill
cp -r fill.conf config ~/Autofill
\end{verbatim}}
\noindent The rest is done in the GUI.
\noindent The rest is done via the GUI.
......@@ -49,6 +49,6 @@ dc_smarthost='mail.ikp.uni-koeln.de'
\noindent Then execute the commands:
\begin{verbatim}
update-exim4.conf
/etc/init.d/exim4 restart
sudo update-exim4.conf
sudo /etc/init.d/exim4 restart
\end{verbatim}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment