Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Autofill
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nigel Warr
Autofill
Commits
ba4ab689
Commit
ba4ab689
authored
2 years ago
by
Nigel Warr
Browse files
Options
Downloads
Patches
Plain Diff
Update installation documentation
parent
f110be7f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Installation/autofill.tex
+17
-9
17 additions, 9 deletions
doc/Installation/autofill.tex
doc/Installation/extra_packages.tex
+2
-2
2 additions, 2 deletions
doc/Installation/extra_packages.tex
with
19 additions
and
11 deletions
doc/Installation/autofill.tex
+
17
−
9
View file @
ba4ab689
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
doc/Installation/extra_packages.tex
+
2
−
2
View file @
ba4ab689
...
...
@@ -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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment