[Koha-bugs] [Bug 23353] Fresh installation duplicate keys ACQ-020

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 14 20:17:51 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23353

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |tomascohen at gmail.com

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I cannot reproduce this bug. What I did:

- Run:
  $ mkdir test_koha
  $ vagrant init debian/stretch64
  $ vim Vagrantfile
<uncommented the private_network thing>
  $ vagrant up
  $ vagrant ssh
  $ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key
add -
  $ echo 'deb http://debian.koha-community.org/koha 19.05 main' | sudo tee
/etc/apt/sources.list.d/koha.list

  $ sudo apt update ; sudo apt install mysq-server koha-common
  $ sudo a2enmod rewrite
  $ sudo a2enmod cgi
  $ sudo systemctl restart apache2
  $ sudo koha-create --create-db test
  $ sudo a2enmod headers proxy_http
  $ sudo systemctl restart apache2
  $ sudo koha-plack --enable test
  $ sudo koah-plack --start test
  $ sudo koha-passwd test
<copied the displayed password>
- Tweaked my /etc/hosts adding
192.168.33.10   test-intra.myDNSname.org test.myDNSname.org
- Pointed my browser to: http://test-intra.myDNSname.org
- Used the instance credentials: koha_test / <the copied password>
- Followed the steps, chose all the sample data
=> SUCCESS: No failures at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list