-
Notifications
You must be signed in to change notification settings - Fork 61
FAQ
Denis Angleton edited this page Apr 1, 2015
·
4 revisions
- Do I need to run Tank in AWS?
- Can I run the mysql database locally instead of RDS?
- Tank gets memory errors when building.
- How do I log into Tank for the first time?
No. Tank can run in standalone mode, however, it is designed to run in the cloud and you will need to pre-start the agent instances to run tests.
No. You can set up any database instance you want. If you do not use RDS you will need to arrange to back it up to prevent data loss in the case that the instance fails or is terminated unexpectedly.
Set the MAVEN_OPTS
environment variable to give maven more memory.
e.g.
export MAVEN_OPTS=-Xmx1g -XX:MaxPermSize=128m
A user with the name admin will be created with the default password of 'admin'. This can be changed after logging in or can be specified in the settings.xml file.