diff --git a/WebsitePanel/Readme.htm b/WebsitePanel/Readme.htm deleted file mode 100644 index 53bab94a..00000000 --- a/WebsitePanel/Readme.htm +++ /dev/null @@ -1,178 +0,0 @@ - - - - WebsitePanel - Readme - - - - -

- WebsitePanel - Readme

-

- WebsitePanel is a hosting control panel for Windows servers.

- -

- License

-

- WebsitePanel is released under BSD license. Please see LICENSE.txt file in the - root folder of this project.

- -

- Project Structure

-

- The project has the following folders structure:

- -

- Build How-To

-

- Downloading 3rd-Party Libraries

-

- SimpleDNS API

-

- SDNSAPI.dll is required to build "WebsitePanel.Providers.DNS.SimpleDNS50" - project.

-

- Download "Simple DNS Plus API for .NET and COM" library from "Downloads" section - on www.simpledns.com web site web site (at the - time of writing direct link to this library is - - http://www.simpledns.com/outbox/sdnsapi-setup.exe). Install the library and - then copy SDNSAPI.dll (located in "C:\Program Files (x86)\Simple DNS Plus API - for .NET and COM" by default) from its installation folder to "Lib" folder of - WebsitePanel project.

-

- MySQL .NET Connector

-

- MySQL .NET Connector is required to build - "WebsitePanel.Providers.Database.MySql" project.

-

- Go to www.mysql.com web site and download the - latest release of "MySQL .NET Connector" library from there (at the time of - writing it is located at - http://dev.mysql.com/downloads/connector/net/). Install MySQL connector and - then copy "MySQL.Data.dll" assembly from its installation folder to "Lib" folder - of WebsitePanel project.

-

- OrderBox (Directi API)

-

- Certain libraries are required to compile "WebsitePanel.Plugins.Directi" project - of Enterprise Server solution.

-

- Open - http://40083.myorderbox.com/kb/servlet/KBServlet/faq589.html page and - download the following files:

- -

- Unpack both archives to some temporary location and then copy the following - files to "Lib" folder of WebsitePanel project:

- - -

Set the Reference Paths to 3rd-Party Libraries

-

After placing the required 3rd-Party Libraries into "Lib" folder - of WebsitePanel project, open WebsitePanel.Server solution (WebsitePanel.Server.sln) - and set ReferencePath of "WebsitePanel.Providers.Database.MySQL" and "WebsitePanel.Providers.DNS.SimpleDNS50" projects - to the absolute path of the "Lib" folder. See "Reference Path Is Incorrect" paragraph of - Troubleshooting Broken References - article for help.
- Do the same for "WebsitePanel.Plugins.Directi" project of WebsitePanel.EnterpriseServer solution (WebsitePanel.EnterpriseServer.sln).

- -

- Building Solutions

-

- Build WebsitePanel solutions in the following order:

- -

- Creating Database

-

- In order to run WebsitePanel Enterprise Server it's required to create SQL - Server database to hold its internal data.

-
    -
  1. Using SQL Server Management Studio or any other database tool create a database - called "WebsitePanel".
  2. -
  3. Execute "install_db.sql" script containing DDL and initial data from "\Database" - folder of WebsitePanel project against created database.
  4. -
  5. Create "WebsitePanel" SQL user account and grant it "db_owner" rights on - "WebsitePanel" database.
  6. -
  7. Open "web.config" file in the root of Enterprise Server application and update - CryptoKey (appSettings/add/WebsitePanel.CryptoKey element) value there. It might - be arbitrary non-empty string.
  8. -
  9. Run WebsitePanel.PasswordEncoder tool available in "Tools" folder and generate - hash for "serveradmin" account password using CryptoKey and "Encrypt" button.
  10. -
  11. Update "Password" column in "Users" database table with generated hash for the - record with UserID = 1 ("serveradmin" account).
  12. -
  13. In Enterprise Server's web.config update database connection string with proper - settings in order to connect to WebsitePanel database.
  14. -
-

- Configuring Web Applications

-

- It's assumed below that root of WebsitePanel project is pointing to "C:\Projects\WebsitePanel" - folder.

- - - - diff --git a/WebsitePanel/ReleaseNotes.htm b/WebsitePanel/ReleaseNotes.htm deleted file mode 100644 index 2e66c486..00000000 --- a/WebsitePanel/ReleaseNotes.htm +++ /dev/null @@ -1,208 +0,0 @@ - - - - WebsitePanel - Release Notes - - -

- WebsitePanel - Release Notes

-

- July 14, 2011 - v1.2.0

- -

- WebsitePanel - Release Notes

-

- March 15, 2011 - v1.2.0 (Beta)

- -

- December 9, 2010 - v1.1.1 (Beta)

- -

- November 17, 2010 - v1.1.0

- -

- September 3, 2010 - v1.0.2

- -

- July 8, 2010 - v1.0.1

- -

- April 16, 2010 - v1.0

- - - diff --git a/WebsitePanel/build.xml b/WebsitePanel/build.xml index c138cd72..eac75038 100644 --- a/WebsitePanel/build.xml +++ b/WebsitePanel/build.xml @@ -5,7 +5,7 @@ 2.0.0 $(BUILD_NUMBER) $(BUILD_NUMBER) - 2012-09-23 + 2012-11-28 .. $(RootFolder)\WebsitePanel