Giter Club home page Giter Club logo

forccast-backoffice's Introduction

forccast-backoffice

Installation

If you want to run your instance of forccast-backoffice locally on your machine, be sure you have the following requirements installed.

Requirements

Instructions

Clone forccast-backoffice from the command line:

$ git clone https://github.com/calibro/forccast-backoffice.git

browse to forccast-backoffice root folder:

$ cd forccast-backoffice

install dependencies:

$ npm install
$ bower install

add configuration file:

$ cp config/config.sample.js config/config.js

open the file config/config.js and fill the information requested.

add images directory (if any):

$ mkdir my-images-directory

You can now run forccast-backoffice from local web server.

$ gulp

Once this is running, go to http://localhost:3000/.

forccast-backoffice's People

Contributors

boogheta avatar mydu avatar paulgirard avatar robindemourat avatar uf0 avatar yomguithereal avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

forccast-backoffice's Issues

Updating process seems a bit cumbersome at use

The "deploy to preview" builds the website locally, but if the user clicks on the "deploy to prod" icon without having firstly built the preview changes are not committed, which is confusing.

Deploy buttons should be renamed properly, and it should be possible to perform quick updates in 2 clicks (or even 1) rather than the actual 3.

Data update seems to be down

All update routes seem to be down when trying to update data from the backoffice of the website.

No matter the source of data (google api, wordpress blog, github) we get the following error:


[{
  "status":"error",
  "message":{
    "code":"ENOTFOUND",
    "errno":"ENOTFOUND",
    "syscall":"getaddrinfo",
    "hostname":"www.googleapis.com",
    "host":"www.googleapis.com",
    "port":443
}
}]

How to reproduce:

  • head to the website backoffice
  • click on the "update" button of one of the sources

Unpublished news : update website - remove all data before updating news ?

We have the usecase of a hypothese's post that was published by mistake and then unpublished. It is still published on the website even if unpublished or deleted on hypotheses (I guess it is because the fetching routine just create or update posts, but do not remove previous data).

For now the problem is handled by rm -rf the data on the server, then reloading it, but it would be nice to see that done automatically.

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.