Skip to content

moderncodes/VueRustic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueRustic

To run this project, you need to have Rust and Node.js installed.
To run environment, you need to have Podman installed.

Development environment

# Create a network for the containers
podman network create dev_network
# Make sure the script is executable
chmod +x ./.nginx/wait-for

# Start the containers
podman-compose -f podman-compose.dev.yml up
# Stop the containers
podman-compose -f podman-compose.dev.yml down --volumes

Production environment

# Create a network for the containers
podman network create prod_network
# Make sure the script is executable
chmod +x ./.nginx/wait-for

# Start the containers
podman-compose -f podman-compose.prod.yml up client
# Stop the containers
podman-compose -f podman-compose.prod.yml down --volumes

Then, start the production Nginx server:

podman-compose -f podman-compose.prod.yml up nginx

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published