Start grails application

1

So, I'm starting to use grails / groovy now, along with html / css / javascript and, as a good beginner, I'm full of doubts.

I created a login html page with google plus and wanted to run the grails application to see what's happening but so far I have not been able to run it in any way, I do not know how to start the application. Before you ask, grails is already set in the windows environment variables.

Thank you in advance for the answers and tips :).

    
asked by anonymous 26.11.2016 / 12:37

4 answers

1

Just enter the root of the project and execute the command grails run-app .

If you need more help on the issue of visualizing static features just talk.

    
26.11.2016 / 14:27
1

Erick, it's important for you to tell which version of Grails you're using, and how your environment variables are configured, especially GRAILS_HOME and JAVA_HOME.

Try the terminal you type grails --version inside the directory where the application you created is located. This command should show which version of Grails is installed on your pc. Also, try running in the same grails run-app directory. If you see an error, post it here.

    
30.11.2016 / 21:25
0

Well first you need some installed variables

First the Java Home link

After Grails Home link

And remember to insert both into the path of your computer.

Then just run the command

grails run-app

Or

grails

And then

run-app
    
21.03.2018 / 02:16
-1

of a grails clean and then run a grails run-app

    
03.02.2017 / 14:07