forked from rcollazo/deployitron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (15 loc) · 787 Bytes
/
README
File metadata and controls
31 lines (15 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
You will need:
http://code.google.com/p/phprackcloud/
Put it in the public_html/lib directory as phprackcloud. You can do this
by running the following command:
svn checkout http://phprackcloud.googlecode.com/svn/trunk/ phprackcloud
Next, copy the lib/globals.php.dist to lib/globals.php and edit the file.
Generate unique values for $id and $secret by running the following command:
pgwen -sy 65 2
Use the values to fill in $id and $secret. Edit the relevant db information.
Save the file.
Import the deploy_db.SCHEMA into your MySQL database.
For reference, the BigOrNot_CookieManager comes from:
http://bigornot.blogspot.com/2008/06/securing-cookies-php-implementation.html
If you have questions, feel free to email me <robert@collazo.ws> or via
Twitter (@rcollazo).