Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

mbits-os/aggregate

Repository files navigation

Aggregate

Developement Environment

apache/apache.conf
Change F:/code/ in both F:/code/aggregate/apache/httpd to where you've cloned Aggregate.
Change ServerName to your developement server.
platforms/win32/copy_index.cmd
Change the name of Apache service to proper version. You can check the name of your instlled service in Management Console, under Services and Application, and then Services. The name will be in the column, well, Name.
apache/conn.ini
Tough luck. No can do. But, if can lay your hands on a MySQL database, you need to have those entries in the conn.ini file:
driver=mysql
user=username
password=password
server=server|server:port
database=db at server
Command Prompt
platforms\win32> projects.cmd
platforms\win32> start Aggregate.sln