-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Readme - description and install instructions.
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# AngularCMS | ||
Simple CMS based on AngularJS frontend framework | ||
|
||
## Simple CMS based on AngularJS frontend framework | ||
|
||
### Application features: | ||
* users authentication (login, register) | ||
* resources access levels (general roles and particular users access) | ||
* admin panel (settings, templates, styles, scripts, menu, articles, gallery) | ||
* activity reports (messages, searches, visits) | ||
|
||
### General: | ||
* Language: JavaScript, jQuery | ||
* Framework: AngularJS | ||
* API services: PHP | ||
* Database: MySQL | ||
* User Interface: Bootstrap 3 | ||
* On-line: http://angular-cms.pl | ||
|
||
### Installation: | ||
* create new empty database on hosting account | ||
* unpack ZIP and upload to hosting server to public_html folder | ||
* write database connection parameters in app/db/connection.php | ||
* open web page in the browser - URL: http://{your-domain}/ | ||
* fill settings form and submit | ||
* that's all! | ||
|
||
### Reset application: | ||
* upload /install/install_database.php to hosting server to public_html/install folder | ||
* open web page in the browser - URL: http://{your-domain}/ | ||
* fill settings form and submit | ||
* that's all! | ||
|
||
### Note: | ||
* Make sure to install to public_html/ root folder - not to any subfolder, so that "base_href" was "/", not "/subfolder/" !!! |