a little bit nostalgy to mmg..
helps to find apartments without fucking brokers and earns a many from ad
v0.2: Little kind of help, actually it only will show is the phone number of real-estate brokers or not
- Domain investigation
- Service implementation
- Main page with ability to search number and requesting to add new
- Server side solution stores brokers contact info and services page requests
- Parser for some donar-site-source, can be ran by hands
- Hosting investigation
- Ad research
- Design markups
- Write simple page with list of available apartments
- Some kind of web-services (maybe) with a WebSocket interface
- Simple scema on MySQL community server
- Host issue: it can be Google app-engine or some ua VDS
- Domain issue: need in investigation the free-of-charge way of getting org.ua or smt zones
- Be sure u have java installed, and JAVA_HOME env variable is set properly
- Install Tomcat 7 and running localhost on default port 8080. You have to have manager-gui and manager-script roles specified in CATAINA_HOME/config/tomcat-users.xml
- to run build you have to have maven installed (e.g. external or eclipse+m2plugin) in M2_HOME/conf/setting.xml (or in USER_HOME/.m2/conf/settings.xml)
- Finally you can deploy app by calling "mvn package tomcat7:deploy" command switch. (after chenges tomcat7:redeploy)
- If you want to omit copying resources to the CATALINA_HOME/webapps, you can copy realty.xml context file to the CATALINA_HOME/conf/Catalina/localhost. It specifies BASE_DIR/src/main/webapp as root context. Be sure you provide lib, classes and other resources in to it