[med-svn] r11803 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 14 17:44:56 UTC 2012
Author: luisibanez-guest
Date: 2012-07-14 17:44:55 +0000 (Sat, 14 Jul 2012)
New Revision: 11803
Modified:
trunk/packages/vista/trunk/debian/README.Debian
trunk/packages/vista/trunk/debian/changelog
Log:
Added instructions on what to do just after installing the package.
This probably should be converted into a quick tutorial.
Modified: trunk/packages/vista/trunk/debian/README.Debian
===================================================================
--- trunk/packages/vista/trunk/debian/README.Debian 2012-07-14 17:16:15 UTC (rev 11802)
+++ trunk/packages/vista/trunk/debian/README.Debian 2012-07-14 17:44:55 UTC (rev 11803)
@@ -108,3 +108,19 @@
This will start the top VistA menu.
+m) Setting up CPRS.
+
+ It is now time to configure VistA to talk to the CPRS client.
+
+ You should start by opening the port that will interface with
+ RPC calls.
+
+ You can use the following command, to open port 9430
+
+ sudo iptables -A INPUT -p tcp --dport 9430 -j ACCEPT
+
+ and verify the effect with the commmand:
+
+ sudo iptables -L -v
+
+
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-14 17:16:15 UTC (rev 11802)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-14 17:44:55 UTC (rev 11803)
@@ -2,7 +2,10 @@
[ Luis Ibanez ]
* Initial attempt to package (Closes: #541242)
- * Added README.Debian with summarized description of the VistA ecosystem.
+ * debian/README.Debian
+ Added README.Debian with summarized description of the VistA ecosystem.
+ Added instructions on what to do just after installing the package. This
+ probably should be converted into a quick tutorial.
* debian/rules:
Implemented get-orig-source. Get VistA-FOIA and OSEHRA-Testing and
recombine them into a single vista tar file.
More information about the debian-med-commit
mailing list