Page 1 of 1

how to build and run Omega from source code

Posted: 18 Apr 2018, 04:51
by taolin204
i have download the source distribution and use mvn clean install from tag folder.

then i deploy the omaga-1.1.4 to tomcat, when check from the browser the menu did not show properly.

is there any guidelines i can follow to build the project from scratch? thanks .

Re: how to build and run Omega from source code

Posted: 19 Apr 2018, 15:59
by mert.sincan
Do you get an error in browser console?

Firstly,
Did you try our sample project? Is it work with the following command for you? (Your issue; viewtopic.php?p=166535#p166535)
> sass src/main/webapp/resources/sass/layout.scss src/main/webapp/resources/omega-layout/css/layout.css --sourcemap=none
> mvn jetty:run