marloncabrera / valadoc-org

Valadoc website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Valadoc-org

Stays crunchy, even in milk.

Building

In order to build the docs you will need the following:

  • valadoc past this commit
  • php
  • 4 GB of free space

On elementary OS or Ubuntu run:

$ sudo apt-get install libvaladoc-dev php5

Arch or derivatives run:

$ yaourt -S valadoc-git php

After you have valadoc installed, you can move to building the documentation. Simply run:

$ make serve

and grab yourself a cup of coffee. This will take a bit of time. If you encounter an error at this step, please see the common pitfalls section. After you completed building you should see a valadoc.org folder.

To access the documentation navigate your browser to http://localhost:7777.

Common Pitfalls

Uncaught Error: Class 'mysqli' not found

  • Uncomment extension=mysqli.so in your OS's php.ini (find /etc -name php.ini)

Other errors

  • Check LOG in the root of this repo for more information
  • Have you run out of disk space?

About

Valadoc website


Languages

Language:Vala 47.8%Language:JavaScript 25.7%Language:CSS 13.2%Language:PHP 4.8%Language:Smarty 4.4%Language:Makefile 2.3%Language:XSLT 1.4%Language:ApacheConf 0.3%