ipdburt
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:UrbanTerror ID/IP Database
IPDB Sudamericana
==================

Maven Setup
------------

    Run mvn clean install in your project root directory

`In order to generate Eclipse .project, .classpath and .settings files and directories, *run only once*`

    mvn eclipse:configure-workspace -Declipse.workspace=/path/to/workspace
    mvn eclipse:clean eclipse:eclipse

Release Procedure
-----------------

1. Go to the project root
2. Create a file named jipdbs.properties in iddb-web/src/main/resources containing recaptcha.public.key and recaptcha.private.key
3. Configure the necessary properties files in iddb-web/profile/prod/resources. Use the ones in src/main/resources as example
4. Execute in the command line: `mvn clean release:prepare`

This will start an interactive process to confirm the versions being released, the tag to create and the next version

5. Checkout the tagged version (e.g. for the version 0.5): `git checkout v0.5`
6. Goto the web project: `cd jipdbs-web`
7. Deploy to your application server: `mvn tomcat:deploy`

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。