Skip to content

pesarv/ofbiz-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ofbiz-UI

Currently deployed to: 35.228.129.189

Install dependencies

(Only needed for developing / running in dev mode)

npm install -g aurelia-cli
npm install

Run dev app

Allows hot reload

# --< In backend repo >--

# Start ofbiz locally
./gradlew [cleanAll loadAll] ofbiz
# Or with newer version of back
./deploy.sh


# --< In frontend repo (here) >--

# Start aurelia app
au run

# Start proxy
# Use --build to recreate containers
docker-compose -f docker-compose-dev.yml up [--build]

Run fully in docker

_Only exposes port 80 to public, uses nginx to serve front
Don't use this for now

# --< In backend repo >--

# Start ofbiz in docker  
./deploy-dev.sh

# --< In frontend repo (here) >--

# Start proxy and front
# Use --build to recreate containers
docker-compose up [--build]

If something is broken with proxy/docker...

  • Make sore you have correct ports opened if running on windows (especially using docker-toolbox)
  • On unix files created in docker need sudo rights to be removed so that might be a problem if backend doesn't build
  • You can contact Tavo Annus (kilpkonn)

Running fully in docker architecture/diagram

img

About

New UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 50.7%
  • JavaScript 41.6%
  • CSS 6.8%
  • Dockerfile 0.9%