You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
720B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/fresh_install.R
  3. \name{fresh_install}
  4. \alias{fresh_install}
  5. \title{Make a fresh install from the base VM}
  6. \usage{
  7. fresh_install(admin, pass, domain_id, domain_name)
  8. }
  9. \arguments{
  10. \item{admin}{The admin account for the PostgreSQL database}
  11. \item{pass}{the password for the admin account}
  12. \item{domain_id}{The desired domain_id}
  13. \item{domain_name}{The desired domain_name}
  14. }
  15. \description{
  16. Make a fresh install from the base VM
  17. }
  18. \details{
  19. Set the permissions,
  20. create the admin account for the system, database, and i2b2
  21. Set the domain and project
  22. Delete the default users
  23. Clear the metadata database, and the *_dimension tables in demodata
  24. }