config.vm.define "ubuntu", primary: true do |sub|
sub.vm.box = "bento/ubuntu-16.04"
sub.vm.provision :shell do |s|
- s.path = "vagrant/install-on-ubuntu-16.sh"
+ s.path = "vagrant/Install-on-Ubuntu-16.sh"
s.privileged = false
s.args = [checkout]
end
config.vm.define "centos" do |sub|
sub.vm.box = "bento/centos-7.2"
sub.vm.provision :shell do |s|
- s.path = "vagrant/install-on-centos-7.sh"
+ s.path = "vagrant/Install-on-Centos-7.sh"
s.privileged = false
s.args = [checkout]
end
# Auto-generated vagrant install documentation
set (INSTALLDOCFILES
- install-on-centos-7
- install-on-ubuntu-16
+ Install-on-Centos-7
+ Install-on-Ubuntu-16
)
foreach (df ${INSTALLDOCFILES})
)
endforeach()
+# Copied static documentation
+
set (GENERALDOCFILES
Installation.md
- Import_and_update.md
+ Import-and-Update.md
Faq.md
)
*Note:* these installation instructions are also available in executable
- form for use with vagrant under vagrant/install-on-centos-7.sh.
+ form for use with vagrant under `vagrant/Install-on-Centos-7.sh`.
Installing the Required Software
================================
Nominatim is now ready to use. Continue with
-[importing a database from OSM data](Import_and_update.md).
+[importing a database from OSM data](Import-and-Update.md).
*Note:* these installation instructions are also available in executable
- form for use with vagrant under vagrant/install-on-ubuntu-16.sh.
+ form for use with vagrant under vagrant/Install-on-Ubuntu-16.sh.
Installing the Required Software
================================
Nominatim is now ready to use. Continue with
-[importing a database from OSM data](Import_and_update.md).
+[importing a database from OSM data](Import-and-Update.md).
prerequisites. There are also step-by-step instructions available for
the following operating systems:
- * [Ubuntu 16.04](install-on-ubuntu-16.md)
- * [CentOS 7.2](install-on-centos-7.md)
+ * [Ubuntu 16.04](Install-on-Ubuntu-16.md)
+ * [CentOS 7.2](Install-on-Centos-7.md)
These OS-specific instructions can also be found in executable form
in the `vagrant/` directory.
on http://localhost/.
-Now continue with [importing the database](Import_and_update.md).
+Now continue with [importing the database](Import-and-Update.md).
#!/bin/bash
#
# *Note:* these installation instructions are also available in executable
-# form for use with vagrant under vagrant/install-on-centos-7.sh.
+# form for use with vagrant under `vagrant/Install-on-Centos-7.sh`.
#
# Installing the Required Software
# ================================
# Nominatim is now ready to use. Continue with
-# [importing a database from OSM data](Import_and_update.md).
+# [importing a database from OSM data](Import-and-Update.md).
#
# *Note:* these installation instructions are also available in executable
-# form for use with vagrant under vagrant/install-on-ubuntu-16.sh.
+# form for use with vagrant under vagrant/Install-on-Ubuntu-16.sh.
#
# Installing the Required Software
# ================================
# Nominatim is now ready to use. Continue with
-# [importing a database from OSM data](Import_and_update.md).
+# [importing a database from OSM data](Import-and-Update.md).