Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bedita/bootstrap

Bootstrap frontend from http://getbootstrap.com
https://github.com/bedita/bootstrap

Last synced: 21 days ago
JSON representation

Bootstrap frontend from http://getbootstrap.com

Awesome Lists containing this project

README

        

Bootstrap
===========

Bootstrap BEdita frontend from http://getbootstrap.com

Setup
=====

a. Clone boostrap frontend (or copy downloaded zip) into __frontends__ folder inside bedita root folder (like */var/www/bedita/frontends*), so:

```
cd /var/www/bedita/frontends
git clone https://github.com/bedita/bootstrap.git
```

b. Copy *bootstrap/webroot/index.php.sample* to *bootstrap/webroot/index.php*.

c. Copy *bootstrap/config/core.php.sample* to *bootstrap/config/core.php* and modify it, if necessary...

d. Set write permissions for temporary folder *bootstrap/tmp*.
For example, in a unix shell, assuming 'john' is the username and current path is *frontends* folder:

```
sudo chown -R john:www-data bootstrap/tmp
sudo chmod -R g+w bootstrap/tmp
```

If something goes wrong take a look at log files (in *bootstrap/tmp/logs*) and tune your core.php file, changing debug level as needed (*bootstrap/config/core.php*).

Also read this article: http://docs.bedita.com/setup/if-something-goes-wrong-in-bedita