Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bedita/bootstrap
- Owner: bedita
- Created: 2014-07-28T15:32:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T10:03:17.000Z (almost 9 years ago)
- Last Synced: 2024-04-10T18:11:24.813Z (9 months ago)
- Language: Smarty
- Homepage:
- Size: 232 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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