You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a copy of REMITT following the steps in Building REMITT.
Copy src/main/webapp/WEB-INF/remitt.properties to /etc/remitt.properties, making adjustments for local settings.
Create a REMITT database: mysqladmin -uroot create remitt
Import the REMITT definitions: mysql -uroot remitt < sql/ddl.sql
Copy target/remitt.war to your Tomcat installation's webapps directory.
Adjust the startup script to pass -Dremitt.properties=/etc/remitt.properties in JAVA_OPTS.
Start up your Tomcat install as usual. The interface should be available by default at http://localhost:8080/remitt/, with username "Administrator" and password "password".