GithubHelp home page GithubHelp logo

luke-hawk / degree Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 1.38 MB

An Elixir project generator template for a boilerplate admin and CMS engine

License: MIT License

Elixir 71.63% JavaScript 5.81% HTML 22.03% SCSS 0.53%

degree's Introduction

Contributors MIT License


Degree · CMS

Degree is an Elixir project generator template which will get you a boilerplate phoenix application with authentication, an admin engine built around Thesis CMS and other useful features such as dynamic page creation and publishing or dynamic sitemap generation.

Read Docs · Report Bug · Request Feature

Product Name Screen Shot

Getting Started

Prerequisites

Make sure to have mix_templates and mix_generator installed.

$ mix archive.install hex mix_templates
$ mix archive.install hex mix_generator

Installation

You can then install Degree

$ mix template.install git https://github.com/luke-hawk/degree

In order to start a new project with Degree as a boilerplate all you need to do is run

$ mix gen degree your_app

This will create a fresh phoenix application named your_app with all necessary files to run Degree. But first you need to finish the install by

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server
  • Optionally you can run tests with mix test

Usage

Browse localhost:4000/admin in order to login with [email protected] and secret. You can now create new users or dynamic pages. For use instructions of Thesis please refer to the docs.

After you've created a new dynamic page with Thesis it will be on staging by default. You can only view it as long as you're logged in as an admin or you've released it to public through hitting the publish button in the admin panel.

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

degree's People

Contributors

dependabot[bot] avatar luke-hawk avatar

Stargazers

 avatar  avatar  avatar

Forkers

roger120981

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.