mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 21:39:49 +00:00
Update main.rs
This commit is contained in:
parent
c488e4ecb7
commit
4aab934857
1 changed files with 3 additions and 0 deletions
|
|
@ -208,6 +208,9 @@ fn main() -> Result<()> {
|
|||
DATASTORE_READONLY_PASSWORD=pass
|
||||
POSTGRES_PASSWORD=pass";
|
||||
std::fs::write(format!("/home/{username}/ckan-compose/.env"), env_data)?;
|
||||
cmd!(sh, "sudo ../ahoy down").run()?;
|
||||
cmd!(sh, "sudo docker system prune -f").run()?;
|
||||
cmd!(sh, "sudo ../ahoy up").run()?;
|
||||
cmd!(sh, "sudo ../ahoy up").run()?;
|
||||
println!("{}", success_text("✅ 5. Successfully ran ckan-compose."));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue