question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cezerin installation

See original GitHub issue

I come from python and PHP background so please excuse if I’m asking elementary questions.

I followed the installation steps from cerezin wiki When I run the application I see a page with no images or products (I do have a database called shop with default data loaded in and connected to)

It seems like /assets folder returns 404 for some reason. The index.js file under /dist Has the following line

app.get('assets/*',function (request,Res){
    res.status(404).end();
}):

Does this mean /assets are to return 404s?

Also after npm run build I don’t see an assets folder under /public (Same after running npm run theme:copy and npm run theme:build:dev or prod)

Any help to get it running is appreciated 😃

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:20 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
restmountcommented, Nov 21, 2017

@vladmee Seems you install from GitHub source. It’s quicker to start with Docker. Check Docker setup process: https://github.com/cezerin/cezerin/blob/master/docs/getting-started.md

Right now all your request go to Node.js instead of Nginx.

1reaction
restmountcommented, Dec 5, 2017

Just pushed

cezerin/cezerin:latest

now you can use

docker run --name store -p 3000:80 cezerin/cezerin:latest
Read more comments on GitHub >

github_iconTop Results From Across the Web

cezerin/getting-started.md at master - GitHub
1. Installation. Requirements. Node.js >= 8; MongoDB >= 3.2. git clone https://github.com/cezerin/cezerin.git cezerin cd cezerin npm install npm run build · 2.
Read more >
How to Install Cezerin eCommerce platform on ... - Howtoforge
Cezerin is a free, open-source, React and Node.js based eCommerce platform ... In this tutorial, we will explain how to install Cezerin on...
Read more >
cezerin - npm
Install · Repository · Homepage · Weekly Downloads · Version · License · Unpacked Size · Total Files.
Read more >
How to Install Cezerin on CentOS 7 - RoseHosting
Prerequisites: · Step 1: Install Updates and Fix Dependencies · Step 2: Install Node.js · Step 3: Install MongoDB Server · Step 4:...
Read more >
Ubuntu 18.04: How to install Cezerin | by Apisak Srihamat
The steps below I'm using Ubuntu 18.04 to install Cezerin2. (Please note that Cezerin already dead, it was replaced by Cezerin2) The documentations...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found