mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-02-16 13:50:10 -05:00
29 lines
269 B
Plaintext
Executable File
29 lines
269 B
Plaintext
Executable File
pushd ext
|
|
tar -xzf apache-tomcat.tar.gz
|
|
popd
|
|
|
|
pushd java/ext
|
|
./setup-bc
|
|
popd
|
|
|
|
pushd build
|
|
./compile-java
|
|
popd
|
|
|
|
pushd passwords
|
|
./make
|
|
popd
|
|
|
|
pushd keys
|
|
./make
|
|
popd
|
|
|
|
echo Enter the name of your site:
|
|
read site
|
|
|
|
pushd config/hosts
|
|
./make-prod $site
|
|
./make-dev $site
|
|
popd
|
|
|