Industry Star website construction system is a multi-user self-service website building system. It changes the traditional way of building websites for enterprises in the past. It does not require enterprises to write any programs or web pages, learn any relevant languages, and does not require a third party to write or manage the website. , as long as you can type, you can directly complete all the work of building a website online.
At the same time, the system is open source software, and customers can have a third party check the system security at any time.
Industry Star free open source multi-user enterprise self-service website building system
OSUNit V0.10 version number: osunit1.020120905 download >>
Features:
1. Multi-user self-service website building system (users can apply for their own independent domain names)
2. Daily maintenance columns and navigation bars can be fully customized
3. The website template can be edited and modified
4. Support pseudo-static (requires apache environment)
5.TAG related articles and products
6. Article related investigation
7. Product sales and dealer historical quotation records
8. Dealer website
9. Brand list
10. Agent promotion and website building
11. Other regular CMS functions: leaving comments, thumbs up, forwarding, gallery
12.Member Management
Installation method:
1. Upload the file to the directory you need to install
2. If it is a Linux system modification
config.inc.php has 777 permissions
The following directories have 777 permissions:
images 777
templates 777
themes 777
data 777
3. Execute the simple installation program: http://******/install
4. After Linux installation is completed, modify data/config.inc.php to have 744 permissions.
5. If you want to enable pseudo-static, please modify the program directory name corresponding to the .htaccess file accordingly.
Apache enables pseudo-static method:
1. Check the apache configuration file httpd.conf
#LoadModule rewrite_module modules/mod_rewrite.so
Modify to:
LoadModule rewrite_module modules/mod_rewrite.so
2. Virtual host
ServerAdmin [email protected]
DocumentRoot "e:/test"
ServerName www.test.com
ServerAlias*.test.com
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Other instructions:
1. Operating environment: php5+mysql
2.Character set encoding: utf8
3. The configuration file is: data/config.inc.php
4. Template directory themes
* Project introduction: http://www.osunit.com/about.php
*------------------------------------------------ --------------------------
* osunit Copyright [email protected], all rights reserved.
* Website address: http://www.osunit.com
*------------------------------------------------ --------------------------
* This is a free and open source software; you can modify the program code as long as it is not used for commercial purposes.
* To modify, use and republish.
* Technical support, cooperation contact: QQ:16953292 msn:[email protected]