Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbhob/ionic-public-forum-announcements
https://github.com/wbhob/ionic-public-forum-announcements
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wbhob/ionic-public-forum-announcements
- Owner: wbhob
- Created: 2015-09-20T15:52:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T01:59:19.000Z (over 8 years ago)
- Last Synced: 2024-12-01T13:48:57.041Z (2 months ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ionic-public-forum-announcements
================================This is a forum/announcements starter you can use. The public forum allows anyone to post for everyone to see. The announcements lets you and any user you create to post, and should be used with the backend I have created.
Setup
------Setup is easy. First, make sure you have ionic and cordova installed. Just run `npm install -g ionic cordova` or `sudo npm install -g ionic cordova`.
Every line where you see ``, just replace it with the firebase URL prefix. For example, if my firebase url were https://my-app.firebaseio.com, I would change ever instance of `` to my-app.
Now, if you haven't already, install ios-sim (`npm install ios-sim -g`) or "android emulator.
To test your app, run `ionic emulate [ios][android]`, depending on your target platform. Note: iOS will not emulate on Windows or Linux, as the iOS simulator is only available on Mac OS.Customization
-------------If you want to use the announcements (no public posting), go into app.js and change line 28 to `$urlRouterProvider.otherwise("/announcements");`. If you want to use public posting, use `$urlRouterProvider.otherwise("/posts");`. Announcements must be used with the dashboard.
Disabling comments is easy. Just go into `templates/announcements.html` or `templates/posts.html`, and remove the `ui-sref=""` on the ion-item tag.
License
-------ionic-public-forum-announcements is licensed under the MIT Open Source license.