Coder Social home page Coder Social logo

freezer2019 / evonove.it Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evonove/evonove.it

0.0 0.0 0.0 4.92 MB

Our shining website!

License: BSD 3-Clause "New" or "Revised" License

Python 39.59% HTML 20.99% JavaScript 18.56% CSS 20.51% Dockerfile 0.26% Shell 0.08%

evonove.it's Introduction

Evonove website

Build Status

evonove.it website, made with Wagtail!

Requirements

To run this project you need the Docker engine (>=1.12.1) and the docker-compose command (>=1.8.0) installed.

To install the Docker engine on your platform see:

https://docs.docker.com/engine/getstarted/step_one/

To install docker-compose command:

https://docs.docker.com/compose/install/

Getting Started

To start the Evonove Website project run this command from the root folder:

$ docker-compose up

Migration and a user are needed so run:

$ docker-compose run django python django-website/manage.py migrate
$ docker-compose run django python django-website/manage.py createsuperuser

Running migrations isn't enough because the home page requires some data. If you dislike inserting data using the admin (or in general be a data insert operator), you can launch the following commands that create the blog page linked to the home page and a set of initial data for a fake company.

$ docker-compose run django python django-website/manage.py create_pages
$ docker-compose run django python django-website/manage.py load_test_data

Now visit http://localhost:8000/ to see the application running.

Documentation is served at http://localhost:9000 A frontend to the mailhog smtp service is served at: http://localhost:8025

Running the tests

To run the tests:

$ docker-compose -f containers/test.yml up

Frontend development

The frontend app uses Webpack as toolchain. To install all dependencies run this command from the frontend/ folder:

$ yarn

Then compile all necessary files:

$ yarn webpack

evonove.it's People

Contributors

rub avatar palazzem avatar girbons avatar synasius avatar silvanocerza avatar psykopear avatar dependabot-preview[bot] avatar dependabot[bot] avatar

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.