Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Woofem/woofem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

woofem

Getting started

  1. Fork this repo
  2. Clone your fork locally
  3. Create a config.json file in the repository root
    Here's an example:
       {
         "site": {
           "title": "Woofem.com",
           "subtitle": "A place where pets can pet pets."
         },
         "database": {
           "db_name": "woofdb",
           "db_user": "root",
           "db_password": "root",
           "db_host": "127.0.0.1",
           "db_port": 3306
         },
         "template": {
           "template_directory": "templates",
           "partials_directory": "templates/partials"
         }
       }
     
    *Note: If you copy and paste this snippet there are some wonky characters that will produce an invalid JSON file.
  4. Use PHP's local development server to serve from the docroot directory
       cd docroot
       php -S localhost:9000
     
  5. Visit localhost:9000 in your favorite web browser.

About

woofem.com straight PHP site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •