1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
ERYoung11 31ea31d529
Updated Vagrant file as it wasn't working. (#1255)
* Updated Vagrant file as it wasn't working.

* adding a space to kick the build process.

* removed packaging which wasn't really needed.

Co-authored-by: ERYoung11 <YoungEricR@JohnDeere.com>
2021-03-12 10:20:28 -08:00
Amjith Ramanujam 508b2eefbe Update repo references. 2015-04-18 22:54:58 -07:00
Amjith Ramanujam 817ce98df4 Add license type in Vagrantfile. 2015-04-15 06:27:32 -07:00
Dhaivat Pandit b8d5295382 Packaging: first cut of working deb and rpm build
* to build deb & rpm simply run
        ```
        version=<se.mv.er> vagrant provision
        ```
      vagrant shell provisioner will run the inline script and generate
      a deb and an rpm file in the local directory. This is achieved by
      multivm Vagrantfile one for centos and one for debian
    * To install the generated deb - run sudo dpkg -i
    * /pgcli/pgcli_<se.mv.er>.deb (then sudo apt-get install -f if deps
      are missing on a clean debian install)
    * To install generated rpm - sudo yum install path-to-rpm
    * package will be installed under /usr/share/pgcli
    * script pgcli will be a symlink in /usr/local/bin/pgcli ->
      /usr/share/pgcli/bin/pgcli (with right shebang line
      #!/usr/share/pgcli/bin/python)
2015-04-11 14:42:18 -07:00