GithubHelp home page GithubHelp logo

angular-deployd-admin's Introduction

angular-deployd-admin


Angular CMS contains 3 User interfaces : Database and API dashboard, Website control panel, website

Website Admin Dashboard

marscms-dashboard1<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

Website Admin Dashboard - Settings page

settings-dashboard1<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

Website Admin Dashboard - Login page - Private Zone

loginpage<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

API and Database Admin DeployD Dashboard

deployd-dashboard<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

Join the chat at https://gitter.im/rgolea/angular-deployd-admin This is an Angular.js & Deployd admin system. It's been maintained by @rgolea, @andreialecu, @vaesergio and [@moorthi07] (https://github.com/moorthi07)


###Download To download paste this command in your terminal window:

git clone https://github.com/rgolea/angular-deployd-admin.git

###Instalation Make sure you have Node.js installed. Try having MongoDB as well.

Step 1. - Install Grunt and Bower

Open your terminal window and install Grunt by pasting this code:

npm install -g grunt-cli

Also install Bower.

npm install -g bower
```

Step 2. - Install dependencies

Go to the project folder in your terminal window and use the following command to install the NPM dependencies. 

```
npm install
```

Now install your Bower dependencies by using

```
bower install
```

Step 3. - Execute Grunt and Grunt watch

In order to make the app work execute Grunt to minify and concatenate the `javascript` files and the `css` files.
```
grunt
```
Use Grunt watch to be able to change the files automatically. You can do that by using:
```
grunt watch
```
---
###Running the app

You can run the app by starting mongodb and the entire app. After that, open your browser and go to [http://localhost:2403/dashboard](http://localhost:2403/dashboard). Go to the users collection and add an admin user. (Fillin Users first and last name and select admin column check box to make the user as 'ADMIN')

First start and run the,
MongoDB:
```
mongod 
```
Next start the deployd web server,
For Application in production: 
```
npm start
```

For Application in development:
```
npm run dev
```
---
###User Interfaces: ( GUI )
 ```
1. Deployd admin Dashboard: URL:
```
http://localhost:2403/dashboard
```
2. Public website : URL: http://localhost:2403
```
3. Website admin site (cms to update the public pages / add users / polls, etc.) - in the public website click on 'login' to open the cms admin site.
```
-- To change the first page (website look and content), login (step 3) to the Website admin site 
```
-- then  click on the menu button to open the side navigation menu
```
-- in the menu select 'Settings' -here you should set up your application title, app name, theme, etc.
```
-- you can create more users with different permission levels

```
We are working on to make it best. Post your comments here. 
 








####Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.