MiinCMP 1.0.5SAE Sina Cloud Version update instructions:
1) Update the development package to solve the problem that compiled classes cannot be updated.
2) Add the mysql document storage module to solve the problem that the SAE cloud platform cannot store html documents.
3) The document storage API has been updated to support local file IO and database storage.
MiinCMP is an open source enterprise website system. In addition to being able to run on domestic IDCs of about 256M and costing about 100 yuan, MiinCMP has recently developed a version for Sina Cloud. This version can deploy the website to Sina Cloud SAE for free.
For information about the MiinCMP project, you can enter the miinCMP project center
MiinCMPSAE installation steps:
1) Register an account on the SAE cloud platform, you can also use your Weibo account.
2) Create a java language application, Sae uses jetty as the application server of the website.
3) Enter the application management center and activate the Mysql database
4) Enter the application management center, change the CMP.war package to your application name, such as MyAppName123.war, and then upload the war package.
5) SAE will take about two minutes to automatically deploy your application, and then click the link to start installing MiinCMP.
After the installation is completed, you can use the MiinCMP enterprise website system.
MiinCMP management background:
http://localhost:8080/CMP/Templete/run/admin/login.jsp
Account number:miin
Password: aabbcc
After the website is installed, for security reasons, please change the default password.
Sina SAE cloud installation instructions:
Before installing MiinCMP, please make sure you have activated the Mysql database.
For detailed installation information on SAE, see juuluu
It is very simple to use the MySQL service provided by SAE in a Java application. You can just use ordinary MySQL. Of course, you need to open the MySQL service and change the URL, port, user name and password information at the same time. User name: accesskey (application accesskey)
Password: secretkey (application secretkey)
Main database domain name: w.rdc.sae.sina.com.cn
Domain name from the database: r.rdc.sae.sina.com.cn
Port:3307
Database name: app_appname (app_ plus application name)
MiinSAE development
MiinCMPSAE Sina Cloud Development Kit
MiinCMP is a domestic open source Java enterprise website system. MiinCMP takes up very little CPU, memory, database, and website space. It can run on a domestic Java host that costs about 100 yuan. It is an economical enterprise website construction solution. MiinCMP uses the MiinFrameWork framework developed by Juuluu. MiinFrameWork is specially developed for cloud hosts, IDCs, and cloud APPs that occupy small resources. Using MiinCMP to build websites is technically very simple and easy to use.
MiinCMP installation technical manual:
Release package list:
CMP.zip website text
Please check your current software package type carefully for the java source files in the src directory. If you need to download other software packages, please go to the official website to download, juuluu.sththg.com.
Compile JDK by default: jdk1.7.0_10_64_linux
Default AppServer: tomcat6.0.33
Default database version: Mysql5.1.X
Project URL:
http://localhost:8080/CMP
Default administrator:miin
Default administrator password: aabbcc
Compile package parameters: javasdk:openjdk6
Database: Mysql
Database configuration:
/tomcat6/webapps/MiinE/WEB-INF/classes/gcms.properties
Network API/UI library configuration:
/tomcat6/webapps/MiinE/WEB-INF/classes/gres-config.properties
MiinCMP development method:
Under eclipse or netbeans, create a new WEB project, import the Tomcat/lib library, or the javaeeAPI library, import the class library under CMP/WEB-INF/lib, copy the src source code to the java source code directory, and copy the files under CMP to the WEB directory.