Skip to content

sorucoder/seemus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seemus

A simple content management system.

Setup

  1. Install Apache, PHP, and MySQL. This will depend on the operating system you are running.
  2. Run the ./migrate.sh script to set up the database.
  3. Modify your VirtualHost file like so:
<VirtualHost *.80> # ... SetEnv DATABASE_DRIVER mysql # Required: Database PDO driver SetEnv DATABASE_HOST localhost # Required: Database host url SetEnv DATABASE_USER root # Required: Database user SetEnv DATABASE_PASSWORD password # Required: Database password SetEnv DATABASE_SCHEMA database # Required: Database schema # ... </VirtualHost> 
  1. The default credentials for the default administrator account are admin@seemus.com and password. It is highly recommended to change the password for this account, or archive this account and create a new administrator account.

About

A simple content management system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published