Skip to content

db0WIP/Code.db0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code.db0

Simple web based code viewer in PHP.

Directly put your projects in a directory and let the PHP script display it in a pretty and smart way!

Requirement

Packaged:
  • Web server (Apache, NginX, ...)
  • PHP and PHP module for the web server
  • PHP-Geshi
  • libmarkdown-php
Follow directions below:

Usage

  • Install Code.db0
    wget "https://github.com/db0company/Code.db0/zipball/master"
    unzip Code.db0.zip
    rm Code.db0.zip
    cd Code.db0/
  • Install Twitter Bootstrap
    wget "http://twitter.github.com/bootstrap/assets/bootstrap.zip"
    unzip bootstrap.zip
    rm bootstrap.zip
  • Install JQuery
    wget "http://code.jquery.com/jquery-latest.min.js"
    mv jquery-latest.min.js jquery.js
  • (Optionnal) Choose a logo and a favicon

  • Edit the conf.php file

  • Open your new builted website on your favorite browser and enjoy your projects!

Copyright/License

 Copyright 2012 Barbara Lepage

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

Author

Up to date

Latest version of this project is on GitHub:

About

[WIP] Simple web based code viewer in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages