iThinkITworks / etest

GNU General Public License v2.0
0 stars 0 forks source link

Getting Started #1

Open jetdario opened 9 years ago

jetdario commented 9 years ago

Technology Requirements:

Netbeans 8+ (https://netbeans.org/downloads/index.html) Vaadin 7.4.4 Framework (http://plugins.netbeans.org/plugin/50531/vaadin-plug-in-for-netbeans). MySQL Apache Tomcat (Web Server v8+)

After installing Netbeans IDE, open: Tools > Plugin > Downloaded Tab > Add Plugins To clone the project via Netbeans. open: Team > Git > paste the project url from Github and sign-in with your github credentials.

Commit & Push: Right click the project in the project explorer, Git > Commit

Fetch & Pull: Right click the project in the project explorer, Git > Remote > Push

mtc-cubeworks commented 9 years ago

Don't forget to install Java @ java.com to be able to run Netbeans 8+

jetdario commented 9 years ago

I forgot to include that sir... hahahaha

mtc-cubeworks commented 9 years ago

Invalid SASS compiler. I installed netbeans and vaadin plugin. Sync with GitHub. It has an error saying invalid SASS compiler.

jetdario commented 9 years ago

download http://koala-app.com/.

In Neatbeans, go to Tools > Options > Miscellaneous > browse for your Sass path. mine is C:\Program Files (x86)\Koala\bin\sass. then restart Netbeans.

jetdario commented 9 years ago

edit catalina.bat in C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin

Change:

:noJuliConfig set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%". :noJuliManager set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%"

to

:noJuliConfig set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG% :noJuliManager set JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%

mtc-cubeworks commented 9 years ago

@geepats .. sir Gie, please use GitHub to update any issues or bugs you are seeing.