cejug / hurraa

Opensource project to resource management
GNU General Public License v2.0
16 stars 18 forks source link

Add a script contribution. #140

Open araujo-sena-daniel opened 10 years ago

araujo-sena-daniel commented 10 years ago

Add a script contribution to help people who want to contribute to the project.

helio-frota commented 10 years ago

https://github.com/cejug/hurraa/blob/master/configWildfly8.sh 1) Instalar o mysql/mariadb, criar o banco hurraa no mysql/mariadb usualmente 2) Rodar o script como root e informar o usuário e senha do banco. 3) Apontar o WTP do eclipse para o wildfly que ficará em /opt/

lista: https://groups.google.com/forum/#!msg/cejug/f4A58p-zrL8/3_C3oNcNtRQJ

paulojribp commented 10 years ago

@eprogramming please keep the default contribution language :)

I believe that this script is not tech one like you quoted. This is a script step by step like you have made to Yougi. This three steps you have cited is so simple and have no details about how to do it in Eclipse or how to compile with maven. I believe this is why @araujo-sena-daniel open this issue.

@araujo-sena-daniel, if I was right, you can reopen it and contribute with this script. Otherwise, we can keep this closed.

helio-frota commented 10 years ago

This is a script step by step like you have made to Yougi

@paulojribp , please read. This script was made by Clairton and this is for Hurraa.

araujo-sena-daniel commented 10 years ago

@paulojribp , You're right. The script is actually very simple. I needed more details about the project configuration. It would be a step by step tutorial. The aim is to help people who have more basic knowledge. Sorry my current lack of knowledge, but do not know how to reopen the task, and I still have no ability to do this script. Thank you!

emanuelmm commented 10 years ago

@araujo-sena-daniel, @paulojribp and @eprogramming Friends how helio said, isn't this the same that clairton did? https://github.com/cejug/hurraa/blob/master/configWildfly8.sh

efraimgentil commented 10 years ago

This script is not a executable or a way to fast install the Hurraa, is more like a tutorial step by step of what the new contributors would need to do to contribute, the pratices ,configurations, instructions etc.

The script made by Clairton is a fast way to install the Hurraa and run the application, not a script (steps) to contribute with the Hurraa

helio-frota commented 10 years ago

Ok now it is clear. Diff between step-by-step (script) commands and automatic (shell) script.

paulojribp commented 10 years ago

Thats right @efraimgentil. Thanks.