Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/www/danfolkes.com/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/www/danfolkes.com/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
- Install a LAMP server with apache 2.
- Install Rails
- Install and Setup WordPress
- You should see wordpress here: http://example.com
- Then, add this to your apache config’s Virtualhost section:
-
ProxyPass /fakerubypath http://127.0.0.1:3000
-
- Now, start your rails server
-
./script/rails server
-
- You should now be able to see your ruby site on: http://example.com/fakerubypath
I set mine up: wordpress and rails