Skip to content

shimondoodkin/cubetboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubetboard

Cubet board is an open source pin based social photo sharing website that allows users to create and manage their image collections.

Additional configuration after installation

You must be able to send email for registration verification and password reset. If you install sendmail

apt-get install sendmail

then you should be able to do so without further configuration as long as you replace references to info@pinterestclone with info@[your.domain.com] as follows:

sed -i 's/info@pinterestclone/info@[your.domain.com]/' [web root]/application/controllers/password.php
sed -i 's/info@pinterestclone/info@[your.domain.com]/' [web root]/application/controllers/board.php
sed -i 's/info@pinterestclone/info@[your.domain.com]/' [web root]/application/controllers/invite.php

About

Cubet board is an open source pin based social photo sharing website that allows users to create and manage their image collections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.4%
  • CSS 8.2%
  • JavaScript 5.0%
  • HTML 2.3%
  • C 0.1%
  • Makefile 0.0%