Title: [157993] trunk/Websites/test-results
- Revision
- 157993
- Author
- [email protected]
- Date
- 2013-10-25 00:47:03 -0700 (Fri, 25 Oct 2013)
Log Message
It turns out that the current instruction only works on Mountain Lion.
Also fixed some typos.
* Install.md:
Modified Paths
Diff
Modified: trunk/Websites/test-results/ChangeLog (157992 => 157993)
--- trunk/Websites/test-results/ChangeLog 2013-10-25 07:13:59 UTC (rev 157992)
+++ trunk/Websites/test-results/ChangeLog 2013-10-25 07:47:03 UTC (rev 157993)
@@ -1,3 +1,11 @@
+2013-10-25 Ryosuke Niwa <[email protected]>
+
+ It turns out that the current instruction only works on Mountain Lion.
+
+ Also fixed some typos.
+
+ * Install.md:
+
2013-10-24 Ryosuke Niwa <[email protected]>
Add an instruction on how to setup test-results app
Modified: trunk/Websites/test-results/Install.md (157992 => 157993)
--- trunk/Websites/test-results/Install.md 2013-10-25 07:13:59 UTC (rev 157992)
+++ trunk/Websites/test-results/Install.md 2013-10-25 07:47:03 UTC (rev 157993)
@@ -1,10 +1,10 @@
# Checking Out the Code and Installing Required Applications
-Note: These instructions assume you're using Mac OS X Mavericks as the host server, and assume that we're installing
+Note: These instructions assume you're using Mac OS X Mountain Lion as the host server, and assume that we're installing
this application at `/Volumes/Data/test-results`.
1. Install Server (DO NOT launch the Server app)
-2. Install Xcode with command line tools (only needed for svn); On Mavericks, simply run svn to trigger the installation.
+2. Install Xcode with command line tools (only needed for svn)
3. `svn co https://svn.webkit.org/repository/webkit/trunk/Websites/test-results /Volumes/Data/test-results`
# Configuring Apache
@@ -71,9 +71,9 @@
2. Create a user: `/Applications/Server.app/Contents/ServerRoot/usr/bin/createuser -P -S -e test-results-user -h localhost`
3. Connect to database: `/Applications/Server.app/Contents/ServerRoot/usr/bin/psql test-results-db -h localhost`
4. Grant all permissions to the new user: `grant all privileges on database "test-results-db" to "test-results-user";`
-5. Update database/config.json.
+5. Update config.json.
## Initializing the Database
-Run `database/init-database.sql` in psql as `test-results-user`:
+Run `init-database.sql` in psql as `test-results-user`:
`/Applications/Server.app/Contents/ServerRoot/usr/bin/psql test-results-db -h localhost --username test-results-user -f init-database.sql`
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes