Start grails application

Asked

Viewed 277 times

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 application grails to see what is happening but so far I could not run it in any way, I do not know how to start the application. Before you ask, the grails is already set in the windows environment variables.

Thanks in advance for the answers and tips :).

  • Hi Erick, it’s hard to know what you’ve done and what the problem might be. You can describe the steps you’ve taken and where you’re standing now?

  • So @Sergio, I’m pretty new, so forgive me if I talk nonsense. I created the project grails e to using Atom as IDE, so far all I’ve done is create an html page with login, as I said up there and I wanted to start the application grails to create a localhost and see how the page is behaving, but I don’t know how. You could tell me step by step how to do?

  • Hello, what version are you using of Grails?

4 answers

1

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

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

1

Erick, it is important you tell which version of Grails you are 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 is the application you created. This command should show which version of Grails is installed on your pc. Also, try to run in the same directory grails run-app. In the event of a mistake, post it here.

0

-1

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.