Cezerin installation
See original GitHub issueI 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:
- Created 6 years ago
- Comments:20 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Just pushed
now you can use