close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 13, 2009, 11:47:46 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v18
|
v19
|
|
110 | 110 | Type 'help;' or '\h' for help. Type '\c' to clear the buffer. |
111 | 111 | |
112 | | mysql> create database silverfile; |
| 112 | mysql> CREATE DATABASE silverfile CHARACTER SET utf8; |
113 | 113 | Query OK, 1 row affected (0.00 sec) |
114 | 114 | |
115 | | mysql> grant all on silverfile.* to sf@localhost identified by '<<databasepwd>>'; |
| 115 | mysql> GRANT ALL ON silverfile.* TO sf@localhost IDENTIFIED BY '<<databasepwd>>'; |
116 | 116 | Query OK, 0 rows affected (0.00 sec) |
117 | 117 | }}} |
… |
… |
|
127 | 127 | {{{ |
128 | 128 | sudo mkdir -p /usr/wwwapps/ |
129 | | sudo cp -r /home/user/sf-app /usr/wwwapps/silverfile |
| 129 | sudo cp -r /home/user/sf-app /usr/wwwapps/sf-app |
130 | 130 | }}} |
131 | 131 | |
… |
… |
|
153 | 153 | |
154 | 154 | {{{ |
155 | | |
156 | | |
157 | | |
158 | 155 | <VirtualHost *:80> |
159 | 156 | ServerName harvey.silverfilecorp.com |