dphiffer / xrcr.life

Extinction Rebellion Capital District website

Home Page:https://xrcr.life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xrcr.life

Local dev

  1. Set up /etc/hosts:
    127.0.0.1       localhost local.xrcr.life
    
  2. Add an Apache VirtualHost:
    <VirtualHost *:80>
        DocumentRoot "/Users/dphiffer/Sites/xrcr.life"
        ServerName local.xrcr.life
    </VirtualHost>
    
  3. Restart Apache: sudo apachectl restart
  4. Import MySQL dump
  5. Configure wp-config.php:
    define('WP_HOME', 'http://local.xrcr.life');
    define('WP_SITEURL', 'http://local.xrcr.life');
    define('UPLOADS', 'media');
    define('ACF_LITE', false);
    
    define('WP_DEBUG', true );
    define('WP_DEBUG_LOG', true );
    define('WP_DEBUG_DISPLAY', false );
  6. Load up http://local.xrcr.life/

About

Extinction Rebellion Capital District website

https://xrcr.life/

License:Other


Languages

Language:PHP 65.4%Language:JavaScript 24.3%Language:CSS 9.6%Language:HTML 0.7%