--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+unsubscribe@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+unsubscribe@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.
BASE
Ubuntu Server 12.04.03 LTS
Nombre de Equipo: equipo
Nombre de usuario: usuario
Guiado - utilizar el disco completo y configurar LVM
Open SSH
PostgreSQL
$sudo apt-get update
$sudo apt-get upgrade
------------------------------------------------------------
Copiamos Componentes del Servidor a /opt/pacs/
/dcm4chee-2.17.3-psql (descargado previamente)
/jboss-4.2.3.GA (descargado previamente)
/maquina_java (descargado previamente)
-----------------------------------------------------------
Instalación la maquina java en el servidor
$cd /opt/pacs
$chmod +x jdk-6u45-linux-i586.bin
$./jdk-6u45-linux-i586.bin
Movemos a la carpeta de maquinas virtuales de Java
$sudo mkdir /usr/lib/jvm
$sudo mv jdk1.6.0_45 /usr/lib/jvm/
Configurar las rutas donde el sistema buscará los ejecutables de Java
$sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.6.0_45/bin/javac 1
$sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.6.0_45/bin/java 1
---respuesta del comando: en modo automático----
Definimos los ejecutables por defecto
$sudo update-alternatives --config javac && sudo update-alternatives --config java
---respuesta del comando: nada que configurar----
-------------------------------------------------
Instalación de DCM4CHEE
Install_jboss.sh
$sh /opt/pacs/dcm4chee-2.17.3-psql/bin/install_jboss.sh /home/usuario/jboss-4.2.3.GA
Configuramos los permisos de conexión remota de la base de datos modificando
-postgresql.conf -pg_hba.conf
$locate postgresql.conf
ejm /etc/postgresql/9.1/main/postgresql.conf
ejm sudo nano /ruta_del_archivo/postgresql.conf
$sudo nano /etc/postgresql/9.1/main/postgresql.conf
buscamos la linea: ctrl+W en nano
#listen_addresses = 'localhost' a listen_addresses = '*'
------------------------------------------------
$locate pg_hba.conf
ejm /etc/postgresql/9.1/main/pg_hba.conf
ejm sudo nano /ruta_del_archivo/pg_hba.conf
$sudo nano /etc/postgresql/9.1/main/pg_hba.conf
Buscamos las conexiones ipv4 de la base de postgresql modificando
# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all 0.0.0.0/0 md5 (inseguro modificar para producción)
Reinicia servicio postgresql
$cd /
$sudo sh etc/init.d/postgresql restart
* Restarting PostgreSQL 9.1 database server [ OK ]
-----------------------------------------------------
Esquema de la Base de Datos
$export PGUSER=postgres
$sudo -u postgres createdb pacsdb
ejm sudo -u postgres psql pacsdb -f /ruta del pacs/sql/create.psql
ruta del pacs = /opt/pacs/ dcm4chee-2.17.3-psql
$sudo -u postgres psql pacsdb -f /opt/pacs/dcm4chee-2.17.3-psql/sql/create.psql
$sh /home/tiaris/dcm4chee-2.17.3-psql/bin/run.sh
respuesta: started in 00m: 00ms
Comprobación: ipserver:8080/dcm4chee-web3/
userlogin at EQUIPO
Apagado correcto del servicio
CTRL+C
respuesta: Shutdown complete, Halting VM
-------------------------------------------------
Crear demonio de arranque del dcm4chee (en otra guía lo compartiré)
Yo tengo uno que hice hace cerca de 2 años con versiones mas viejitas si les sirve con gusto se los mando al rato
El 15/06/2017 9:51 a.m., "Andres Castiblanco" <andr...@gmail.com> escribió:
Si no te molesta uno a mi también--
No se si tu le parametrices algunas cosas por defecto, que me recomiendas?
On Wednesday, June 14, 2017 at 2:37:16 PM UTC-5, Antonio Gonzalez wrote:Hola, es relativamente sencillo, si me permites correo te la hago llegarSaludos
El martes, 13 de junio de 2017, 11:37:27 (UTC-5), resul...@proinsalud.com escribió:Alguien que me pueda ayudar con una guia o un tutorial en español para poder instalar el DCM4CHEE por favor, de los agradezco cualquier cosa
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/5915c057-55e5-47b8-9f6e-0be390f1c213%40googlegroups.com.
Hola.
Tendrán alguna guía para dcm4chee-arc-light ???
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/D05C021C-A640-45CC-92E1-55200E9902FD%40gmail.com.
location /pacs {
proxy_redirect off;
proxy_pass http://localhost:8080/dcm4chee-web3;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header X-Forwarded-Proto $https;
}
Estimado,Buenos días, antes que nada agradecer tu disposición a cooperar y segundo, necesito "acortar" la direccion paera entrar a dcm4cheYo entro desde el navegador de la forma 10.3.190.20:8080/dcm4chee-web3/, me gustaria acortar esa direccion, como por ejemplo servidor.rayos o algo asi.Tengo el dcm4chee instalado con Linux (un cd live que viene instalado dcm4chee)Se podra hacer lo que deseo?GraciasUn abrazoSaludosAlexi,
El mar., 7 de may. de 2019 a la(s) 18:58, andres felipe giraldo lopez (anfe...@gmail.com) escribió:
Hola,
Cuéntame que necesitas hacer?Enviado desde mi iPhone
estimado,--Buenas tardes, saludos a todosAcabo de montar dcm4chee con un cd live de linux, todo sin problemas aunque viene listo, no conozco mayores configuracionesestoy para aprenderUn abrazo desde chile
El martes, 13 de junio de 2017, 12:37:27 (UTC-4), resul...@proinsalud.com escribió:Alguien que me pueda ayudar con una guia o un tutorial en español para poder instalar el DCM4CHEE por favor, de los agradezco cualquier cosa
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/5915c057-55e5-47b8-9f6e-0be390f1c213%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/238b5178-a94b-4929-bafd-e3121fdd487e%40googlegroups.com.
Si lo que quieres es cambiar dcm4chee-web3/ por otro nombre yo lo hice de la siguiente forma:
http://localhost:8080/dcm4chee-web3
Is there any way to access it as:
Just edit the
file "META-INF/application.xml" inside the ear file
(compressed)
${JBOSS_HOME}/server/default/deploy/dcm4chee-web-ear-X.X.X-XXXXXX.ear
Inside the xml file you can find the following code:Dentro del archivo XML
observamos el siguiente Codigo: <module>
<web>
<web-uri>dcm4chee-web-war-X.X.X.war</web-uri>
<context-root>/dcm4chee-web3</context-root>
</web>
</module>
Just replace /dcm4chee-web3
with /yourpacsname and save changes on the xml file and ear file. Restart the
server and test your new URL
Estimado,Buenos días, antes que nada agradecer tu disposición a cooperar y segundo, necesito "acortar" la direccion paera entrar a dcm4cheYo entro desde el navegador de la forma 10.3.190.20:8080/dcm4chee-web3/, me gustaria acortar esa direccion, como por ejemplo servidor.rayos o algo asi.Tengo el dcm4chee instalado con Linux (un cd live que viene instalado dcm4chee)Se podra hacer lo que deseo?GraciasUn abrazoSaludosAlexi,
El mar., 7 de may. de 2019 a la(s) 18:58, andres felipe giraldo lopez (anfe...@gmail.com) escribió:
Hola,
Cuéntame que necesitas hacer?Enviado desde mi iPhone
estimado,--Buenas tardes, saludos a todosAcabo de montar dcm4chee con un cd live de linux, todo sin problemas aunque viene listo, no conozco mayores configuracionesestoy para aprenderUn abrazo desde chile
El martes, 13 de junio de 2017, 12:37:27 (UTC-4), resul...@proinsalud.com escribió:Alguien que me pueda ayudar con una guia o un tutorial en español para poder instalar el DCM4CHEE por favor, de los agradezco cualquier cosa
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/5915c057-55e5-47b8-9f6e-0be390f1c213%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/e3020418-0869-4bba-8697-cd1966f99149%40googlegroups.com.
Hola antonio!disculpa podrias ayudarme a la instalaciòn en ubuntu server con bd oracledesde ya muchas graciassaludos desde Chile
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/3526aa7b-c7c2-4148-a02b-1d174f5e58a3%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to dcm...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/1c91e852-f371-4342-aa0f-ef529f56872b%40googlegroups.com.
Hi,
Please, move the spanish conversation to the Spanish group ( https://groups.google.com/forum/#!forum/dcm4che-spanish ) , you're emailing thousands of people who doesn't understand Spanish and can't help you..
Por favor, muevan la conversación al grupo en español ( https://groups.google.com/forum/#!forum/dcm4che-spanish ) , están mandando mensajes a miles de personas que no entienden el español y por lo tanto no les pueden ayudar (aparte de ensuciar su bandeja de correo).
Un saludo
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/CAFQs9bzESdJ%3DpAviGBK4%3DyCXh3OJk2WvQMgptnBk4YKfB3o52Q%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/188f7d53-7758-482f-b1ff-6d3c1766480b%40googlegroups.com.
Hola... Te puedo ayudar.... Para instalar tanto en Windows como en linux
El jue., 23 ene. 2020 12:27 p. m., M Medina <maryang...@gmail.com> escribió:
Hola, estuve leyendo este grupo acerca del dcm4chee estoy teniendo algunos inconvenientes con la speudo instalación. Estaría necesitando un poco de ayuda, aun tendrás disponible el tutorial?
Gracias.
Saludos.
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/8c9615e4-b6a6-439d-a26b-a565cbf816d7%40googlegroups.com.
El 30 ene. 2020, a la(s) 5:42 p. m., gabriel perez caldo <gabrielp...@gmail.com> escribió:
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/CAFQs9bxUhO5vUbibqj_rGZ77at%2BhK6zoQmNBxcZ3MAFizC-5-w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/5e33686f.1c69fb81.ca4d9.6aa1%40mx.google.com.
El 31 ene. 2020, a la(s) 5:37 a. m., martin hamon <marti...@gmail.com> escribió:
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/4deec03a-717d-466b-a847-ad82f3d8782f%40Spark.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/CCA8710E-C45D-4C07-B89E-C5375F696621%40gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/Q84l5PHH12w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/CAFQs9bz6NsqjddSF9SxcEdTxe5%3DM0AgShxQLYrpezC6yR32SdQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/CAPq4KTFbPrpqWgPKvABq10O8-HQZBC3gyBKiZ4wtmUrDUvAvfA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/7E24C048-08E0-4281-A6AA-4C03223662DD%40gmail.com.
Hola, es relativamente sencillo, si me permites correo te la hago llegarSaludos
La documentación en la web es un excelente punto de partida. Por cierto, también tenemos este tutorial de instalación en vídeo (en español) que cubre la instalación del arc-light y también la instalación segura https://www.youtube.com/watch?v=5__GvlZvORQ&list=PLxWR1ecJAOmdm1-Zh8pu_EAkVFRs2chfCEspero que sea útil,Saludos,PabloOn Thu, Jan 10, 2019 at 10:33 AM lfd <luisalfonso.f...@gmail.com> wrote:Hola.
Tendrán alguna guía para dcm4chee-arc-light ???
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/3e350bc0-037f-4e23-8deb-a793bc37bd29n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dcm4che/17805784-77c8-46ae-94f3-925cd7b5783en%40googlegroups.com.