Skip to content

hikmahtiar6/drafterbit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

What is Drafterbit ?

Drafterbit is self-hosted web software you can use to create a website, yes, like WordPress, built on top of Symfony2 Full-Stack Framework. Currently still in early phase.

Build Status

Install

For now you can just do the following step to get it running (I assume you use Ubuntu):

  1. Make sure that you have composer and bower installed in your computer.

  2. Open Terminal then go to web doc root. e.g:

    cd /var/www/
  3. Create composer project (use -sdev since we have no stable version yet)

    composer create-project drafterbit/application drafterbit -sdev
  4. Go to created directory

    cd drafterbit
  5. Check app configuration, e.g by visitting http://localhost/drafterbit/web/config.php, or on cli by running

    php app/check.php

then fix major problem appeared on your screen if any.

  1. Install web dependencies

    bower install
    php app/console assets:install
  2. Edit or create parameters.yml file in app/config directory if it's not generated during composer install.

  3. Do the install by

    php app/console drafterbit:install
  4. From here, you can just visit browser (IE not supported yet) to check if it all works, e.g: http://localhost/drafterbit/web. Go to /admin to go to administration panel then login using credential you created during install.

Please let us know if you get any problem: https://github.com/drafterbit/drafterbit/issues.

Learn

There is no documentation at all yet, for now you can just ask me anything anytime thru this google forum : https://groups.google.com/forum/#!forum/drafterbit

Contribute

Drafterbit is an opensource and intended to be community-driven project. Any kind of contribution (code, translation, stars, bug reports, feature request) are welcome.

License

Drafterbit is licensed under the MIT license.

About

Web software you can use to create a website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.4%
  • HTML 18.6%
  • JavaScript 12.8%
  • CSS 7.2%