-
Notifications
You must be signed in to change notification settings - Fork 2
bo0ts/AdWorks
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
INSTALL
Do this:
$ make
$ ./main help
TOOLS
environment:
g++ (GCC) 4.6.0 PRERELEASE
Linux horus_ 2.6.38-ARCH #1 SMP PREEMPT Fri May 13 07:54:18 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU T5550 @ 1.8 3GHz GenuineIntel GNU/Linux
boost 1.46.0
GNU Make 3.82
GNU Emacs 23.3.1
deps:
boost 1.46
mysql-connector-c++
mysql:
there has to be a mysql-database named 'AdWorks' and a user
with all privileges for this database and ofc. the user must
be able to connect to the mysql-
example for localhost:
mysql> create database AdWorks;
mysql> grant usage on *.* to adworks_user@localhost identified by 'adworks_users_passwort';
mysql> grant all privileges on AdWorks.* to adworks_user@localhost;
About
simple adserver with mysql backend, nothing fancy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published