diff options
author | ramon <ramongomez@us.es> | 2017-03-13 12:58:55 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-03-13 12:58:55 +0000 |
commit | 435c10d74a76c91944d40f4c7cf71f734c090507 (patch) | |
tree | 1747c19c13f37ccea522a2b4ba3d3bdf7f9ecaef /installer | |
parent | 53419be8368b03678604c7c97940b21976250a90 (diff) |
#718: Instrucciones para instalar OGAgent para macOS; no usar Winetricks en nuevas distribuciones para crear OGAgent para Windows y usar Fedora 25 en MV Vagrant.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5229 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/ogagent-devel-installer.sh | 6 | ||||
-rw-r--r-- | installer/vagrant/Vagrantfile-ogagent-vbox | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh index 44af1c3a..97a4e697 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -22,7 +22,7 @@ OGAgent devoloping environment installation Prerequisites: - Install packages, if needed: - - Wine for 32-bit with Winetricks + - Wine for 32-bit (Winetricks may be required) - Python 2.7 with pyqt4-dev-tools - realpath - dpkg-dev @@ -47,8 +47,8 @@ cat << EOT Manual actions: - After all downloads, install Gecko for Wine, if needed. -- Press [Esc] key or "Cancel" button on Winetricks screen. -- Accept default settings for all other components +- Press [Esc] key or "Cancel" button on Winetricks screen, if needed. +- Accept default settings for all other components. - Uncheck all options on "Completing NSIS Setup" screen. Press [Enter] key to init downloads. diff --git a/installer/vagrant/Vagrantfile-ogagent-vbox b/installer/vagrant/Vagrantfile-ogagent-vbox index d2a49aed..6bd042cc 100644 --- a/installer/vagrant/Vagrantfile-ogagent-vbox +++ b/installer/vagrant/Vagrantfile-ogagent-vbox @@ -59,7 +59,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vb.gui = true end # VM base and host name. - ag.vm.box = "fedora/24-cloud-base" + ag.vm.box = "fedora/25-cloud-base" ag.vm.hostname = "ogAgent" # Comment to disable synced folder. ag.vm.synced_folder ".", "/vagrant" |