Deploy your own web application on your laptop
Deploying your Ampersand-script involves building an application, baking an image, deploying it on your local docker platform, and running the result from your browser. Most of that process is automa
Make sure that ports 80 and 443 on your laptop are available. (In other words: if you run a web server on your laptop, bring it down.)
Make sure that docker is running on your laptop.
Here is what to do:
git clone into an empty directory, so you have all the necessary files needed to deploy your application. We will call this the working directory.
Substitute the file "MyScript.adl" in the working directory for the Ampersand script you want to run.
Edit the file .env to choose a root password for the database and an ampersand password for your application that accesses this database. Please choose safer passwords than the ones shown, which are merely examples. DON't publish the
Now you are set to go and tinker with your application.
Things that can go wrong
to be done