Skip to content

JayDevOps/rustseed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create a project development seed.

This repo provides a sample development environment for rust development. This can be replaced with any other rust images and add any other development requirements

Getting Started

  1. Prerequisites

The following are requirements for development a. docker and docker-compose installed b. Git is Installed

  1. Clone this repository
git clone "https://www.github.com/jaydevops/rustseed.git" testrust
  1. Run docker-compose
cd testrust
docker-compose run rustseed
  1. Remove git (run only time)
rm -rf .git
  1. Run cargo init (required only when creating a new app)
cargo init testrust
  1. Add to git repo

Do the following from the host

git add .
git commit -m "initial"
# git push "replace with your repo url"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published